Skip to content

Commit b2a8e8c

Browse files
committed
Merge pull request #171 from mjball/patch-1
Fix it's/its error
2 parents 3e08293 + da4579d commit b2a8e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Usage
22
=====
33

4-
By default, Raven makes a few efforts to try it's best to capture meaningful stack traces, but browsers make it pretty difficult.
4+
By default, Raven makes a few efforts to try its best to capture meaningful stack traces, but browsers make it pretty difficult.
55

66
The easiest solution is to prevent an error from bubbling all of the way up the stack to ``window``.
77

@@ -94,4 +94,4 @@ Raven and Sentry now support `Source Maps <http://www.html5rocks.com/en/tutorial
9494

9595
We have provided some instructions to creating Source Maps over at https://www.getsentry.com/docs/sourcemaps/. Also, checkout our `Gruntfile <https://github.com/getsentry/raven-js/blob/master/Gruntfile.js>`_ for a good example of what we're doing.
9696

97-
I have also made a `Source Map Validator <http://sourcemap-validator.herokuapp.com/>`_ to help verify that things are correct.
97+
You can use `Source Map Validator <http://sourcemap-validator.herokuapp.com/>`_ to help verify that things are correct.

0 commit comments

Comments
 (0)