Skip to content

Commit c17ec6b

Browse files
authored
Merge pull request #80 from toqueteos/patch-1
Fix README typos explaing -> explaining
2 parents 7b7fb86 + c9f64a5 commit c17ec6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ revisions/versions of your helm release.
1212
```
1313
The Helm Diff Plugin
1414
15-
* Shows a diff explaing what a helm upgrade would change:
15+
* Shows a diff explaining what a helm upgrade would change:
1616
This fetches the currently deployed version of a release
1717
and compares it to a local chart plus values. This can be
1818
used visualize what changes a helm upgrade will perform.
1919
20-
* Shows a diff explaing what had changed between two revisions:
20+
* Shows a diff explaining what had changed between two revisions:
2121
This fetches previously deployed versions of a release
2222
and compares them. This can be used visualize what changes
2323
were made during revision change.
2424
25-
* Shows a diff explaing what a helm rollback would change:
25+
* Shows a diff explaining what a helm rollback would change:
2626
This fetches the currently deployed version of a release
2727
and compares it to adeployed versions of a release, that you
2828
want to rollback. This can be used visualize what changes a

0 commit comments

Comments
 (0)