Skip to content

Commit dcbe5ba

Browse files
committed
fixed typo
1 parent 7ab3416 commit dcbe5ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/cmd/beta/sfs/share/list

internal/cmd/beta/sfs/share/list/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func parseInput(p *print.Printer, cmd *cobra.Command, _ []string) (*inputModel,
106106
if limit != nil && *limit < 1 {
107107
return nil, &errors.FlagValidationError{
108108
Flag: limitFlag,
109-
Details: "must be grater than 0",
109+
Details: "must be greater than 0",
110110
}
111111
}
112112

0 commit comments

Comments
 (0)