Skip to content

Commit f2f5fbd

Browse files
authored
Fix typo lastest->latest in doc/usage (databus23#451)
Follow-up for databus23#426
1 parent b083055 commit f2f5fbd

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
@@ -254,7 +254,7 @@ This command compares the manifests details of a named release.
254254
255255
It can be used to compare the manifests of
256256
257-
- lastest REVISION with specified REVISION
257+
- latest REVISION with specified REVISION
258258
$ helm diff revision [flags] RELEASE REVISION1
259259
Example:
260260
$ helm diff revision my-release 2

cmd/revision.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This command compares the manifests details of a named release.
2828
2929
It can be used to compare the manifests of
3030
31-
- lastest REVISION with specified REVISION
31+
- latest REVISION with specified REVISION
3232
$ helm diff revision [flags] RELEASE REVISION1
3333
Example:
3434
$ helm diff revision my-release 2

0 commit comments

Comments
 (0)