Update docs.md (#2155)

fixed an example mistke
This commit is contained in:
Fan Fei 2024-01-10 08:01:04 -08:00 committed by GitHub
parent 67c94043cb
commit 1195102fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1294,7 +1294,7 @@ be possible using a standard `on*` property, but it can be done using the `hx-on
```html
<button hx-post="/example"
hx-on:htmx:config-request=": event.detail.parameters.example = 'Hello Scripting!'">
hx-on:htmx:config-request="event.detail.parameters.example = 'Hello Scripting!'">
Post Me!
</button>
```