Skip to content

Commit 9ce9af1

Browse files
authored
Merge pull request #89 from wendorf/explaining-typo
Fix "explaing" -> "explaining" typo
2 parents 9f8c0d8 + fae0f0a commit 9ce9af1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/root.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ import (
88
const rootCmdLongUsage = `
99
The Helm Diff Plugin
1010
11-
* Shows a diff explaing what a helm upgrade would change:
11+
* Shows a diff explaining what a helm upgrade would change:
1212
This fetches the currently deployed version of a release
1313
and compares it to a local chart plus values. This can be
1414
used visualize what changes a helm upgrade will perform.
1515
16-
* Shows a diff explaing what had changed between two revisions:
16+
* Shows a diff explaining what had changed between two revisions:
1717
This fetches previously deployed versions of a release
1818
and compares them. This can be used visualize what changes
1919
were made during revision change.
2020
21-
* Shows a diff explaing what a helm rollback would change:
21+
* Shows a diff explaining what a helm rollback would change:
2222
This fetches the currently deployed version of a release
2323
and compares it to adeployed versions of a release, that you
2424
want to rollback. This can be used visualize what changes a

0 commit comments

Comments
 (0)