Merge pull request #289 from sandebert/patch-1

Update docs.md
This commit is contained in:
1cg
2020-12-28 07:28:09 -07:00
committed by GitHub

View File

@@ -478,7 +478,7 @@ If you wish to establish a `WebSocket` connection in htmx, you use the [hx-ws](/
</div>
```
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)