Skip to content

Fix it's/its error #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/usage/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Usage
=====

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

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

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

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.

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