Minor wording change

This commit is contained in:
Wilson Lin 2019-12-30 11:34:56 +11:00
parent 90fca89160
commit 3ee878050a
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ However, there are some syntax requirements for speed and sanity reasons.
### Tags
Tag names are case sensitive. For example, this means that `P` won't be recognised as a content element, `bR` won't be considered as a void tag, and `Script` won't be parsed as JavaScript.
Tag names are case sensitive. For example, this means that `P` won't be recognised as a content element, `bR` won't be considered as a void tag, and the contents of `Script` won't be parsed as JavaScript.
### Entities