summaryrefslogtreecommitdiff
path: root/workhorse/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-01 12:10:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-01 12:10:15 +0000
commit219501933150525be819f047d3196969ee914c47 (patch)
treedb7ea50cb658d39d79af93f406c85b781f84f70f /workhorse/doc
parent0356944a052f481f63a4d6f18510e7f42516cc44 (diff)
downloadgitlab-ce-219501933150525be819f047d3196969ee914c47.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'workhorse/doc')
-rw-r--r--workhorse/doc/architecture/channel.md2
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.