From 84ae59c678e04ab4ad0b26481a12d82a4082d694 Mon Sep 17 00:00:00 2001 From: Mike Jang Date: Fri, 13 Sep 2024 06:12:54 -0700 Subject: [PATCH] Fix typo, feedback --- docs/content/overview/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/overview/design.md b/docs/content/overview/design.md index 528fdeabf7..d685d51399 100644 --- a/docs/content/overview/design.md +++ b/docs/content/overview/design.md @@ -90,7 +90,7 @@ The previous diagram depicts NGINX Ingress Controller using NGINX. NGINX Ingress - To configure NGINX Plus, NGINX Ingress Controller uses [configuration reloads](#reloading-nginx) and the [NGINX Plus API](http://nginx.org/en/docs/http/ngx_http_api_module.html#api). This allows NGINX Ingress Controller to dynamically change the upstream servers. - Instead of the stub status metrics, the extended metrics available from the NGINX Plus API are used. -- In addition to TLS certs and keys, NGINX Ingress Controllerf writes JWKs from the secrets of the type `nginx.org/jwk`, and NGINX workers read them. +- In addition to TLS certs and keys, NGINX Ingress Controller writes JWKs from the secrets of the type `nginx.org/jwk`, and NGINX workers read them. ---