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.
2 parents 88d5084 + f130c0f commit a4e5858Copy full SHA for a4e5858
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