Skip to content

Commit 0d040fc

Browse files
committed
Fixed syntax error
1 parent 30c41f6 commit 0d040fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/install.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,12 @@ Requirements
102102
Raven supports IE8+ and all other modern browsers, and works in Web Workers.
103103

104104
Raven requires the browser JavaScript environment to provide:
105+
105106
- Either `XHR Level 2 <http://caniuse.com/#feat=xhr2>`_ (IE10+, all other modern browsers)
106107
or `XDomainRequest <https://developer.mozilla.org/en-US/docs/Web/API/XDomainRequest>`_ (IE8, IE9)
107108
- A global ``JSON`` object with ``JSON.stringify`` (IE8+ `standards mode
108-
<http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx>`_, all other modern browsers)
109+
<http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx>`_, all other modern browsers)
109110

110111
Raven does not support IE 7 or other older browsers which do not provide the required features listed above.
111112
On those older browsers, Raven.js is designed to fail gracefully; including it on your page
112-
will have no effect, but it won't collect and report uncaught exceptions.
113+
will have no effect, but it won't collect and report uncaught exceptions.

0 commit comments

Comments
 (0)