From c90b0b2649e7e1924a89c3ae59b5b540a3473a02 Mon Sep 17 00:00:00 2001 From: Jakub Mikulas Date: Tue, 21 Nov 2023 15:16:51 +0100 Subject: [PATCH] docs: fix typo in mirror.md Signed-off-by: Jakub Mikulas --- docs/content/recipes/mirror.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/recipes/mirror.md b/docs/content/recipes/mirror.md index ca85487fc..915e481f5 100644 --- a/docs/content/recipes/mirror.md +++ b/docs/content/recipes/mirror.md @@ -8,7 +8,7 @@ title: Registry as a pull through cache If you have multiple consumers of containers running in your environment, such as multiple physical or virtual machines using containers, or a Kubernetes cluster, -each cunsumer fetches an images it doesn't have locally, from the external registry. +each consumer fetches an images it doesn't have locally, from the external registry. You can run a local registry mirror and point all your consumers there, to avoid this extra internet traffic.