Skip to content

Commit 27911f8

Browse files
committed
spelling: latest manifest
Signed-off-by: Josh Soref <[email protected]>
1 parent b30bcf0 commit 27911f8

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
@@ -208,7 +208,7 @@ Global Flags:
208208
```
209209
$ helm diff rollback -h
210210
211-
This command compares the laset manifests details of a named release
211+
This command compares the latest manifest details of a named release
212212
with specific revision values to rollback.
213213
214214
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
@@ -28,7 +28,7 @@ type rollback struct {
2828
}
2929

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

0 commit comments

Comments
 (0)