diff --git a/www/docs.md b/www/docs.md index d1c611bf..f4ddae78 100644 --- a/www/docs.md +++ b/www/docs.md @@ -478,7 +478,7 @@ If you wish to establish a `WebSocket` connection in htmx, you use the [hx-ws](/ ``` -The `source` delcaration established the connection, and the `send` declaration tells the form to submit values to the +The `source` declaration established the connection, and the `send` declaration tells the form to submit values to the socket on `submit`. More details can be found on the [hx-ws attribute page](/attributes/hx-ws)