From c9f64a51bc094f8390f8ab913e7fa02cc4afc0a5 Mon Sep 17 00:00:00 2001 From: Carlos Cobo Date: Mon, 30 Jul 2018 08:53:23 +0200 Subject: [PATCH] Fix README typos explaing -> explaining --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b981e99e..e39b31ab 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ revisions/versions of your helm release. ``` The Helm Diff Plugin -* Shows a diff explaing what a helm upgrade would change: +* Shows a diff explaining what a helm upgrade would change: This fetches the currently deployed version of a release and compares it to a local chart plus values. This can be used visualize what changes a helm upgrade will perform. -* Shows a diff explaing what had changed between two revisions: +* Shows a diff explaining what had changed between two revisions: This fetches previously deployed versions of a release and compares them. This can be used visualize what changes were made during revision change. -* Shows a diff explaing what a helm rollback would change: +* Shows a diff explaining what a helm rollback would change: This fetches the currently deployed version of a release and compares it to adeployed versions of a release, that you want to rollback. This can be used visualize what changes a