Skip to content

Commit bc6a1ba

Browse files
authored
Merge pull request #2015 from stevemao/patch-1
add more escape examples
2 parents 5dddbf4 + 773277d commit bc6a1ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/no-unescaped-entities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ when the closing `>` is in the wrong place.
4141
The preferred way to include one of these characters is to use the HTML escape code.
4242

4343
- `>` can be replaced with `>`
44-
- `"` can be replaced with `"`, `“` or `”`
45-
- `'` can be replaced with `'`, `‘` or `’`
44+
- `"` can be replaced with `"`, `“`, `"` or `”`
45+
- `'` can be replaced with `'`, `‘`, `'` or `’`
4646
- `}` can be replaced with `}`
4747

4848
Alternatively, you can include the literal character inside a subexpression

0 commit comments

Comments
 (0)