From 61e338df5510438a0e1f77904c113c790f39e965 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Thu, 27 Apr 2023 14:02:48 -0700 Subject: [PATCH] Fix example production typos (#244) Signed-off-by: kfox1111 --- examples/production/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/production/README.md b/examples/production/README.md index 4cf892c..0514ca4 100644 --- a/examples/production/README.md +++ b/examples/production/README.md @@ -1,6 +1,6 @@ # Recommended production setup -Too install Spire with the least privileges possible we deploy spire accross 2 namespaces. +To install Spire with the least privileges possible we deploy spire across 2 namespaces. ```shell kubectl create namespace "spire-system"