summaryrefslogtreecommitdiff
path: root/doc/architecture
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-16 21:09:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-16 21:09:02 +0000
commitb9033ad4157010ccd8f37437de131ed70af90f45 (patch)
tree7d10ebd824040aabc585273e07dec6ebde64730f /doc/architecture
parent6d9c4dc2ef4c63bee8e9ca095dc2f0ed683a34f5 (diff)
downloadgitlab-ce-b9033ad4157010ccd8f37437de131ed70af90f45.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/architecture')
-rw-r--r--doc/architecture/blueprints/image_resizing/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/architecture/blueprints/image_resizing/index.md b/doc/architecture/blueprints/image_resizing/index.md
index ed2dc01b7ed..4e4a1dc739b 100644
--- a/doc/architecture/blueprints/image_resizing/index.md
+++ b/doc/architecture/blueprints/image_resizing/index.md
@@ -23,7 +23,7 @@ sequenceDiagram
Note right of RailsApp: Width Allowlist: https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/models/concerns/avatarable.rb#L10
RailsApp->>Workhorse: `send-scaled-img:` request
Note right of RailsApp: Set `send-scaled-img:` Header
- Workhorse->>Workhorse: Image resizing using Go lib
+ Workhorse->>Workhorse: Image resizing using Go lib
Workhorse->>Requester: Serve the resized image
else All other cases
RailsApp->>Workhorse: Usual request scenario