Skip to content

Commit 6553494

Browse files
committed
Fix spelling mistake
(cherry picked from commit a68780a)
1 parent 6ab748b commit 6553494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/get.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var getCmd = &cobra.Command{
5959
Use: "get [API_NAME]",
6060
Short: "get information about APIs",
6161
Long: `This command displays information about APIs.
62-
Adding the -v or --verbose flag displays additonal information.`,
62+
Adding the -v or --verbose flag displays additional information.`,
6363
Args: cobra.RangeArgs(0, 1),
6464
Run: func(cmd *cobra.Command, args []string) {
6565
rerun(func() (string, error) {

0 commit comments

Comments
 (0)