Skip to content

Commit ab6b649

Browse files
authored
Update docs/rules/no-innter-html.md
1 parent 21c911e commit ab6b649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-innter-html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# No `innerHTML`
22

3-
Using `innerHTML` poses a potential security risk. Prefer using `textContent` so set text to an element.
3+
Using `innerHTML` poses a potential security risk. Prefer using `textContent` to set text to an element.
44

55
```js
66
// bad

0 commit comments

Comments
 (0)