Skip to content

Commit f87ff73

Browse files
authored
fix typo on internal/command/apps/destroy.go (#3812)
fix typo
1 parent 47ae293 commit f87ff73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/apps/destroy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func newDestroy() *cobra.Command {
1919
const (
2020
long = "Delete one or more applications from the Fly platform."
2121

22-
short = "Permanently destroy one or more appa."
22+
short = "Permanently destroy one or more apps."
2323
usage = "destroy <app name(s)>"
2424
)
2525

0 commit comments

Comments
 (0)