Skip to content

Commit f130c0f

Browse files
committed
[6.5] add backticks around stray eval. fixes airbnb#556
1 parent 88d5084 commit f130c0f

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)