Skip to content

Commit

Permalink
Update docs.md (#2155)
Browse files Browse the repository at this point in the history
fixed an example mistke
  • Loading branch information
feifangit authored Jan 10, 2024
1 parent 67c9404 commit 1195102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```
Expand Down

0 comments on commit 1195102

Please sign in to comment.