diff options
Diffstat (limited to 'workhorse/doc/architecture/channel.md')
-rw-r--r-- | workhorse/doc/architecture/channel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workhorse/doc/architecture/channel.md b/workhorse/doc/architecture/channel.md index 8423405a9cf..f7a72d0fd45 100644 --- a/workhorse/doc/architecture/channel.md +++ b/workhorse/doc/architecture/channel.md @@ -145,7 +145,7 @@ also upgraded. Workhorse now has two websocket connections, albeit with differing subprotocols. It decodes incoming frames from the -browser, re-encodes them to the the channel's subprotocol, and +browser, re-encodes them to the channel's subprotocol, and sends them to the channel. Similarly, it decodes incoming frames from the channel, re-encodes them to the browser's subprotocol, and sends them to the browser. |