Skip to content

Commit

Permalink
Fix typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewsanetra authored Jan 19, 2024
1 parent d5f8cbd commit 9c857cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
Reswap(htmx.SwapBeforeEnd).
Retarget("#contacts").
AddTrigger(htmx.Trigger("enable-submit")).
AddTrigger(htmx.TriggerDetail("display-message", "Hello world!")
AddTrigger(htmx.TriggerDetail("display-message", "Hello world!")).
Write(w)
}
}
Expand Down

0 comments on commit 9c857cf

Please sign in to comment.