Skip to content

Commit a4e5858

Browse files
committed
Merge pull request airbnb#566 from airbnb/fix-stray-eval
[6.5] add backticks around stray eval. fixes airbnb#556
2 parents 88d5084 + f130c0f commit a4e5858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ Other Style Guides
447447
return `How are you, ${name}?`;
448448
}
449449
```
450-
- [6.5](#6.5) <a name='6.5'></a> Never use eval() on a string, it opens too many vulnerabilities.
450+
- [6.5](#6.5) <a name='6.5'></a> Never use `eval()` on a string, it opens too many vulnerabilities.
451451
452452
**[⬆ back to top](#table-of-contents)**
453453

0 commit comments

Comments
 (0)