diff options
author | wavpro <31097540+wavpro@users.noreply.github.com> | 2023-07-29 23:04:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-29 17:04:43 -0400 |
commit | 1c50655b38a88a5f17b613ac40f6dd5822bf3218 (patch) | |
tree | 78b9ae97d8a29f0bd3b0379911805df74baaf70e | |
parent | 2dcaf2ece53666c2d0bd87b761b2a972da8d40d9 (diff) | |
download | htmx-1c50655b38a88a5f17b613ac40f6dd5822bf3218.tar.gz htmx-1c50655b38a88a5f17b613ac40f6dd5822bf3218.zip |
Fixed typo in websockets documentation (#1628)
-rw-r--r-- | www/content/extensions/web-sockets.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/extensions/web-sockets.md b/www/content/extensions/web-sockets.md index 3d83ca0d..9bb08dd3 100644 --- a/www/content/extensions/web-sockets.md +++ b/www/content/extensions/web-sockets.md @@ -14,7 +14,7 @@ Use the following attributes to configure how WebSockets behave: host and port to have browsers send cookies via websockets. * `ws-send` - Sends a message to the nearest websocket based on the trigger value for the element (either the natural event - of the event specified by [`hx-trigger`]) + or the event specified by [`hx-trigger`]) ## Install |