Skip to content

Commit

Permalink
grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kensipe committed Nov 6, 2019
1 parent e90dc0d commit 5eddebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kudoctl/cmd/operator_params_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func newParamsListCmd(fs afero.Fs, out io.Writer) *cobra.Command {
return cmd
}

// runList provides a table listing the parameters. There are 3 defined ways to view the tablle
// run provides a table listing the parameters. There are 3 defined ways to view the table
// 1. names only using --names-only. This is based on challenges with other approaches reading really long parameter names
// 2. name, default and required. This is the **default**
// 3. name, default, required, desc.
Expand Down

0 comments on commit 5eddebd

Please sign in to comment.