Skip to content

Commit c7d6a71

Browse files
Alex-Sokolovphanan
authored andcommitted
Update security.md (#2370)
1 parent 95a7fbe commit c7d6a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ then it would be escaped to the following HTML:
5656
" onclick="alert('hi')
5757
```
5858

59-
thus preventing the close of the `title` attribute to inject new, arbitrary HTML. This escaping is done using native browser APIs, like `setAtttribute`, so a vulnerability can only exist if the browser itself is vulnerable.
59+
thus preventing the close of the `title` attribute to inject new, arbitrary HTML. This escaping is done using native browser APIs, like `setAttribute`, so a vulnerability can only exist if the browser itself is vulnerable.
6060

6161
## Potential Dangers
6262

0 commit comments

Comments
 (0)