From 8dddd660d33eff4410eef58777149f9983bc7bee Mon Sep 17 00:00:00 2001 From: DarthSim Date: Mon, 18 Apr 2022 15:03:03 +0600 Subject: [PATCH] Typo --- docs/configuration.md | 2 +- docs/generating_the_url.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index f89e1cdc..bd5029b4 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -417,6 +417,6 @@ imgproxy can send logs to syslog, but this feature is disabled by default. To en * `IMGPROXY_STRIP_METADATA`: when `true`, imgproxy will strip all metadata (EXIF, IPTC, etc.) from JPEG and WebP output images. Default: `true` * `IMGPROXY_STRIP_COLOR_PROFILE`: when `true`, imgproxy will transform the embedded color profile (ICC) to sRGB and remove it from the image. Otherwise, imgproxy will try to keep it as is. Default: `true` * `IMGPROXY_AUTO_ROTATE`: when `true`, imgproxy will automatically rotate images based on the EXIF Orientation parameter (if available in the image meta data). The orientation tag will be removed from the image in all cases. Default: `true` -* `IMGPROXY_ENFORCE_THUMBNAIL`: when `true` and the source image has an embedded thumbnail, imgproxy will always use the embedded thumbnail instead on the main image. Currently, only thumbnails embedded in `heic` and `avif` are supported. Default: `false` +* `IMGPROXY_ENFORCE_THUMBNAIL`: when `true` and the source image has an embedded thumbnail, imgproxy will always use the embedded thumbnail instead of the main image. Currently, only thumbnails embedded in `heic` and `avif` are supported. Default: `false` * `IMGPROXY_HEALTH_CHECK_MESSAGE`: the content of the health check response. Default: `imgproxy is running` * `IMGPROXY_HEALTH_CHECK_PATH`: an additional path of the health check. Default: blank diff --git a/docs/generating_the_url.md b/docs/generating_the_url.md index 110ec1f1..c5500e16 100644 --- a/docs/generating_the_url.md +++ b/docs/generating_the_url.md @@ -518,7 +518,7 @@ enforce_thumbnail:%enforce_thumbnail eth:%enforce_thumbnail ``` -When set to `1`, `t` or `true` and the source image has an embedded thumbnail, imgproxy will always use the embedded thumbnail instead on the main image. Currently, only thumbnails embedded in `heic` and `avif` are supported. This is normally controlled by the [IMGPROXY_ENFORCE_THUMBNAIL](configuration.md#miscellaneous) configuration but this procesing option allows the configuration to be set for each request. +When set to `1`, `t` or `true` and the source image has an embedded thumbnail, imgproxy will always use the embedded thumbnail instead of the main image. Currently, only thumbnails embedded in `heic` and `avif` are supported. This is normally controlled by the [IMGPROXY_ENFORCE_THUMBNAIL](configuration.md#miscellaneous) configuration but this procesing option allows the configuration to be set for each request. ### Quality