From c629cfb4b783fbe5c519c5579b27a3f657857e14 Mon Sep 17 00:00:00 2001 From: Ran Tavory Date: Tue, 5 Nov 2019 11:23:36 +0100 Subject: [PATCH] Update readme: fix typo Fix typo: `to to` => `to` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54a40780d..0f94229a8 100644 --- a/README.md +++ b/README.md @@ -345,7 +345,7 @@ The commercial [Weave Cloud](https://www.weave.works/product/cloud/) agents will **Automatically deleting services** -Flux won't automatially delete services that are running on the cluster but don't exist in the control repository. While that might seem like a good idea at first, this would not allow Flux to be deployed to to existing clusters, as it would immediately delete all running deployments as soon as installed! Instead, you'll have to manually delete resources after removing them from the control repository. +Flux won't automatially delete services that are running on the cluster but don't exist in the control repository. While that might seem like a good idea at first, this would not allow Flux to be deployed to existing clusters, as it would immediately delete all running deployments as soon as installed! Instead, you'll have to manually delete resources after removing them from the control repository. **Custom Resource Definitions**