summaryrefslogtreecommitdiff
path: root/doc/development/image_scaling.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/image_scaling.md')
-rw-r--r--doc/development/image_scaling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/image_scaling.md b/doc/development/image_scaling.md
index d447b6baf57..79687b66711 100644
--- a/doc/development/image_scaling.md
+++ b/doc/development/image_scaling.md
@@ -73,7 +73,7 @@ we simply follow the path we take to serve any ordinary upload.
### Workhorse
Assuming Rails decided the request to be valid, Workhorse will take over. Upon receiving the `send-scaled-image`
-instruction through the Rails response, a [special response injecter](https://gitlab.com/gitlab-org/gitlab-workhorse/-/blob/master/internal/imageresizer/image_resizer.go)
+instruction through the Rails response, a [special response injector](https://gitlab.com/gitlab-org/gitlab-workhorse/-/blob/master/internal/imageresizer/image_resizer.go)
will be invoked that knows how to rescale images. The only inputs it requires are the location of the image
(a path if the image resides in block storage, or a URL to remote storage otherwise) and the desired width.
Workhorse will handle the location transparently so Rails does not need to be concerned with where the image