summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Meyers <chrismeyersfsu@users.noreply.github.com>2020-08-10 17:08:31 +0200
committerRyan Petrello <rpetrell@redhat.com>2020-08-10 18:58:49 +0200
commitfdc53bd0d3d833726b911783d85ed20e01538888 (patch)
tree4766e43dd269b46b0a58cad8a0aa844997863763
parentUpdate websockets.md (diff)
downloadawx-fdc53bd0d3d833726b911783d85ed20e01538888.tar.xz
awx-fdc53bd0d3d833726b911783d85ed20e01538888.zip
Update websockets.md
spelling
-rw-r--r--docs/websockets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/websockets.md b/docs/websockets.md
index 6a44ca2e1f..c9daad83eb 100644
--- a/docs/websockets.md
+++ b/docs/websockets.md
@@ -18,7 +18,7 @@ Previously, AWX leveraged RabbitMQ to deliver Ansible events that emanated from
AWX node(s) connect to every other node via the Websocket backplane. Authentication is accomplished via a shared secret that is exchanged via the http header `secret`. The shared secret payload consists of a a `secret`, containing the shared secret, and a `nonce` which is used to mitigate replay attack windows.
-Note that the nonce timestamp is considered valid if it is within `300` second threshold. This is to allow for machine clock scews.
+Note that the nonce timestamp is considered valid if it is within `300` second threshold. This is to allow for machine clock skews.
```
{
"secret": settings.BROADCAST_WEBSOCKET_SECRET,