From 66bbc140b57ddd3914997145a3c275fafc6e13f0 Mon Sep 17 00:00:00 2001 From: Fredrik Sandebert Date: Mon, 28 Dec 2020 13:11:29 +0100 Subject: [PATCH] Update docs.md Fixed minor typo --- www/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)