From 9fe249d15845d81c1b50c23bbf6e6b4da1ab44ac Mon Sep 17 00:00:00 2001 From: Denis Surkov Date: Fri, 12 May 2023 18:25:51 +0500 Subject: [PATCH] Fix typo in presets docs (#1155) * Fix typo in presets docs * fix typo x2 * fix typo x3 --- docs/presets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/presets.md b/docs/presets.md index 4802f8b2..36b37d51 100644 --- a/docs/presets.md +++ b/docs/presets.md @@ -30,4 +30,4 @@ Setting `IMGPROXY_ONLY_PRESETS` to `true` switches imgproxy into "presets-only m http://imgproxy.example.com/unsafe/thumbnail:blurry:watermarked/plain/http://example.com/images/curiosity.jpg@png ``` -All othe URL formats are disabled in this mode. +All other URL formats are disabled in this mode.