Use correct spelling of "Original"

Fix the spelling of "original" in the annotations documentation
This commit is contained in:
James Taylor 2020-02-20 16:45:26 +11:00 committed by GitHub
parent 57fcbdfb73
commit f97599c189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)