Skip to content

Commit 2d7ff1e

Browse files
authored
Remove duplicate "is"
1 parent a895bbc commit 2d7ff1e

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)