Skip to content

Commit

Permalink
Fixed grammar issue in cdatasection (#37730)
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfMadeSystem authored Jan 21, 2025
1 parent a4e9bce commit 327710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/cdatasection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The only sequence which is not allowed within a CDATA section is the closing seq
of a CDATA section itself, `]]>`.

> [!NOTE]
> CDATA sections should not be used within HTML they are considered as comments and not displayed.
> CDATA sections should not be used within HTML. They are considered comments and are not displayed.
{{InheritanceDiagram}}

Expand Down

0 comments on commit 327710f

Please sign in to comment.