Skip to content

Commit

Permalink
Fix typo (palantir#3898)
Browse files Browse the repository at this point in the history
```diff
+ for
- or
```
  • Loading branch information
mesaugat authored and giladgray committed May 10, 2018
1 parent 5af26e2 commit 147ed02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/rule-flags/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /usage/rule-flags/

### Comment flags in source code

In addition to [global configuration][0], you may also enable/disable linting or a subset of lint rules within a file with the following comment rule flags:
In addition to [global configuration][0], you may also enable/disable linting for a subset of lint rules within a file with the following comment rule flags:

* `/* tslint:disable */` - Disable all rules for the rest of the file
* `/* tslint:enable */` - Enable all rules for the rest of the file
Expand Down

0 comments on commit 147ed02

Please sign in to comment.