Skip to content

Commit a0d8e5b

Browse files
committed
Fix prose
1 parent 3d9543c commit a0d8e5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,8 @@ Extra info (`Object`):
131131

132132
## Security
133133

134-
Improper use of the `onrun` can open you up to a
135-
[cross-site scripting (XSS)][xss] attack as the value returned from it is
136-
injected into the syntax tree.
134+
Improper use of `onrun` can open you up to a [cross-site scripting (XSS)][xss]
135+
attack as the value it returns is injected into the syntax tree.
137136
This can become a problem if the tree is later transformed to [**hast**][hast].
138137
The following example shows how a script is injected that could run when loaded
139138
in a browser.

0 commit comments

Comments
 (0)