We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d5084 commit f130c0fCopy full SHA for f130c0f
README.md
@@ -447,7 +447,7 @@ Other Style Guides
447
return `How are you, ${name}?`;
448
}
449
```
450
- - [6.5](#6.5) <a name='6.5'></a> Never use eval() on a string, it opens too many vulnerabilities.
+ - [6.5](#6.5) <a name='6.5'></a> Never use `eval()` on a string, it opens too many vulnerabilities.
451
452
**[⬆ back to top](#table-of-contents)**
453
0 commit comments