Skip to content

Commit

Permalink
Update docs.md (bigskysoftware#2155)
Browse files Browse the repository at this point in the history
fixed an example mistke
  • Loading branch information
feifangit authored and lsymds committed Jan 20, 2024
1 parent 0ef7784 commit 85b2f51
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 85b2f51

Please sign in to comment.