Skip to content

Commit 0c14efb

Browse files
authored
Merge pull request #759 from jessla/patch-1
Remove duplicate "is" in source maps documentation
2 parents a895bbc + 2d7ff1e commit 0c14efb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/sourcemaps.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Source Maps
55

66
Sentry supports un-minifying JavaScript via `Source Maps
77
<http://blog.sentry.io/2015/10/29/debuggable-javascript-with-source-maps.html>`_. This lets you
8-
view source code context obtained from stack traces in their original untransformed form, which is
9-
is particularly useful for debugging minified code (e.g. UglifyJS), or transpiled code from a higher-level
8+
view source code context obtained from stack traces in their original untransformed form, which is particularly useful for debugging minified code (e.g. UglifyJS), or transpiled code from a higher-level
109
language (e.g. TypeScript, ES6).
1110

1211
Generating a Source Map

0 commit comments

Comments
 (0)