Skip to content

Commit a57094a

Browse files
committed
spelling: latest manifest
Signed-off-by: Josh Soref <[email protected]>
1 parent 5f99902 commit a57094a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Global Flags:
184184
```
185185
$ helm diff rollback -h
186186
187-
This command compares the laset manifests details of a named release
187+
This command compares the latest manifest details of a named release
188188
with specific revision values to rollback.
189189
190190
It forecasts/visualizes changes, that a helm rollback could perform.

cmd/rollback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type rollback struct {
2626
}
2727

2828
const rollbackCmdLongUsage = `
29-
This command compares the laset manifests details of a named release
29+
This command compares the latest manifest details of a named release
3030
with specific revision values to rollback.
3131
3232
It forecasts/visualizes changes, that a helm rollback could perform.

0 commit comments

Comments
 (0)