Fix extra quote in docs.md

This commit is contained in:
Jordan Buchman
2020-05-29 01:21:17 -06:00
committed by GitHub
parent bc86ce154f
commit 256930b553

View File

@@ -147,7 +147,7 @@ Here is a `div` that posts to `/mouse_entered` when a mouse enters it:
If you want a request to only happen once, you can use the `once` modifier for the trigger:
```html
<div hx-post="/mouse_entered" hx-trigger="mouseenter once"">
<div hx-post="/mouse_entered" hx-trigger="mouseenter once">
[Here Mouse, Mouse!]
</div>
```