From 5d5d61e56f9def3fb36c4f511da94c6c9474aef5 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Tue, 23 Aug 2022 15:11:20 +0700 Subject: [PATCH] fix typo for readme.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 26c85a69..e12fb238 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ Helmfile is a declarative spec for deploying helm charts. It lets you... * Apply CI/CD to configuration changes. * Periodically sync to avoid skew in environments. -To avoid upgrades for each iteration of `helm`, the `helmfile` executable delega -tes to `helm` - as a result, `helm` must be installed. +To avoid upgrades for each iteration of `helm`, the `helmfile` executable delegates to `helm` - as a result, `helm` must be installed. ## Highlights