Skip to content

Commit 2fc5e2d

Browse files
morninjljharb
authored andcommittedAug 2, 2023
[guide] fix grammar
1 parent 749f4c2 commit 2fc5e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ Other Style Guides
636636
```
637637
638638
<a name="strings--eval"></a><a name="6.5"></a>
639-
- [6.4](#strings--eval) Never use `eval()` on a string, it opens too many vulnerabilities. eslint: [`no-eval`](https://eslint.org/docs/rules/no-eval)
639+
- [6.4](#strings--eval) Never use `eval()` on a string; it opens too many vulnerabilities. eslint: [`no-eval`](https://eslint.org/docs/rules/no-eval)
640640
641641
<a name="strings--escaping"></a>
642642
- [6.5](#strings--escaping) Do not unnecessarily escape characters in strings. eslint: [`no-useless-escape`](https://eslint.org/docs/rules/no-useless-escape)

0 commit comments

Comments
 (0)
Failed to load comments.