Fix doc typos

This commit is contained in:
Alejandro Schmeichler 2021-01-27 19:44:27 -04:00 committed by GitHub
parent 08d594ccf3
commit 92adf68b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,9 @@ hierarchy and it will apply to all child elements.
```html
<div ext="example">
<div hx-ext="example">
"Example" extension is used in this part of the tree...
<div ext="ignore:example">
<div hx-ext="ignore:example">
... but it will not be used in this part.
</div>
</div>