Skip to content

Commit

Permalink
Docs: Fix typo in no-debugger (#7019)
Browse files Browse the repository at this point in the history
  • Loading branch information
dciccale authored and gyandeeps committed Aug 30, 2016
1 parent 256c4a2 commit 61f1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-debugger.md
Expand Up @@ -29,7 +29,7 @@ function isTruthy(x) {

## When Not To Use It

If your code is still very much in development and don't want to worry about stripping about `debugger` statements, then turn this rule off. You'll generally want to turn it back on when testing code prior to deployment.
If your code is still very much in development and don't want to worry about stripping `debugger` statements, then turn this rule off. You'll generally want to turn it back on when testing code prior to deployment.

## Further Reading

Expand Down

0 comments on commit 61f1de0

Please sign in to comment.