Skip to content

Commit 131ed6d

Browse files
authored
Update unescaped-html-literal.md
1 parent 008d9d5 commit 131ed6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/unescaped-html-literal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Constructing raw HTML with string literals is error prone and may lead to security issues.
1010

11-
Instead use [`lit-html`](https://github.com/Polymer/lit-html)'s `html` tagged template literal to safely construct HTML literal strings. Alternatively, you can use document builder APIs like `document.createElement`.
11+
Instead use [`lit-html`](https://github.com/Polymer/lit-html)'s `html` tagged template literal to safely construct HTML literal strings. Alternatively, you can implement your own `html` tagged template literal function, or use document builder APIs like `document.createElement`.
1212

1313
👎 Examples of **incorrect** code for this rule:
1414

0 commit comments

Comments
 (0)