Skip to content

Commit 928b0c2

Browse files
committed
Merge pull request #2 from martiansnoop/dev
Fix typo in docs
2 parents 53a907d + b7e3a96 commit 928b0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ A directive for telling JSHint to ignore a block of code.
119119

120120
// Code here will be linted with JSHint.
121121
/* jshint ignore:start */
122-
// Code here will be linted with ignored by JSHint.
122+
// Code here will be ignored by JSHint.
123123
/* jshint ignore:end */
124124

125125
All code in between `ignore:start` and `ignore:end` won't be passed to JSHint

0 commit comments

Comments
 (0)