summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoe Bowbeer <joe.bowbeer@gmail.com>2021-07-06 12:52:25 -0700
committerGitHub <noreply@github.com>2021-07-06 21:52:25 +0200
commitd714b989e46c635d1dd492beab379f61f55e19cd (patch)
tree7dd2091952763eefc09742d4c24230faeb64974f /docs
parent4e88c62dc71e17bedcd9809a42a0795a4e735155 (diff)
Update start.md (#225)
Diffstat (limited to 'docs')
-rw-r--r--docs/install/start.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/start.md b/docs/install/start.md
index 4d65b9e..245f9e1 100644
--- a/docs/install/start.md
+++ b/docs/install/start.md
@@ -73,7 +73,7 @@ before using this command.
## Installing as Kubernetes workload in Argo CD namespace
-The most straightforward way to run the image updater is to install is a Kubernetes workload into the namespace where
+The most straightforward way to run the image updater is to install it as a Kubernetes workload into the namespace where
Argo CD is running. Don't worry, without any configuration, it will not start messing with your workloads yet.
!!!note