Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: Add missing 'to' in no-restricted-modules (#7022)
  • Loading branch information
kokarn authored and vitorbal committed Aug 31, 2016
1 parent 8277357 commit 326f457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-restricted-modules.md
Expand Up @@ -3,7 +3,7 @@
Disallowing usage of specific Node.js modules can be useful if you want to control the available methods, a developer can
use, to implement a feature.

This way you can block usage of the `fs` module if you want disallow file system access.
This way you can block usage of the `fs` module if you want to disallow file system access.
Blocking the `os` module can be useful if you don't want to allow any operating system specific code.

## Rule Details
Expand Down

0 comments on commit 326f457

Please sign in to comment.