From f97599c189e824c4b47de49490f1fa20741294db Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 20 Feb 2020 16:45:26 +1100 Subject: [PATCH] Use correct spelling of "Original" Fix the spelling of "original" in the annotations documentation --- docs/user-guide/nginx-configuration/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index 727cc5f65..afffba80a 100755 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -884,6 +884,6 @@ nginx.ingress.kubernetes.io/mirror-request-body: "off" **Note:** The mirror directive will be applied to all paths within the ingress resource. -The request sent to the mirror is linked to the orignial request. If you have a slow mirror backend, then the orignial request will throttle. +The request sent to the mirror is linked to the original request. If you have a slow mirror backend, then the original request will throttle. For more information on the mirror module see [ngx_http_mirror_module](https://nginx.org/en/docs/http/ngx_http_mirror_module.html)