Skip to content

Commit be244d0

Browse files
authored
Update article.md
"but strongly" -> "but is strongly". "is strongly not recommended" is still a bit odd, though it's readable and totally understandable. Could maybe be changed to "but is strongly discouraged". Still, not bad as (now) is.
1 parent aab70cd commit be244d0

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/01-introduction-browser-events

1 file changed

+1
-1
lines changed

2-ui/2-events/01-introduction-browser-events/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ button.onclick = function() {
181181

182182
**Use functions, not strings.**
183183

184-
The assignment `elem.onclick = "alert(1)"` would work too. It works for compatibility reasons, but strongly not recommended.
184+
The assignment `elem.onclick = "alert(1)"` would work too. It works for compatibility reasons, but is strongly not recommended.
185185

186186
**Don't use `setAttribute` for handlers.**
187187

0 commit comments

Comments
 (0)