Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad Windszus <[email protected]>
  • Loading branch information
paulochang and kwin authored May 22, 2024
1 parent 07a4077 commit 8dd0c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ A style guide for the [HTML Template Language](https://docs.adobe.com/docs/en/ht

- [4.12](#4.12) <a name='4.12'></a> **Use an explicit `</sly>` end tag to close `<sly>` tags.**

Beacuse `sly` is neither a void nor a foreign element (See [html5 start tags](https://html.spec.whatwg.org/multipage/syntax.html#start-tags)), it must be explicitly closed with and end tag `</sly>`. Using a self-closing tag is **not** allowed.
Because `sly` is neither a void nor a foreign element (See [html5 start tags](https://html.spec.whatwg.org/multipage/syntax.html#start-tags)), it must be explicitly closed with and end tag `</sly>`. Using a self-closing tag is **not** allowed.

```html
<!--/* Bad */-->
Expand Down

0 comments on commit 8dd0c57

Please sign in to comment.