Skip to content

Commit 5fd56a2

Browse files
docs not documentation
1 parent c252cd7 commit 5fd56a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/docs/docs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ func NewCommand(clients *shared.ClientFactory) *cobra.Command {
4747
},
4848
}
4949

50-
cmd.Flags().StringVar(&searchFlag, "search", "", "search query for Slack documentation")
50+
cmd.Flags().StringVar(&searchFlag, "search", "", "search query for Slack docs")
5151

5252
return cmd
5353
}
5454

55-
// runDocsCommand opens Slack developer documentation in the browser
55+
// runDocsCommand opens Slack developer docs in the browser
5656
func runDocsCommand(clients *shared.ClientFactory, cmd *cobra.Command, args []string) error {
5757
ctx := cmd.Context()
5858

0 commit comments

Comments
 (0)