chore: fix typo in trigger command docs

This commit is contained in:
Kai Armstrong 2024-03-18 10:55:10 -05:00
parent 928974a8db
commit dd326d8da3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ func NewCmdTrigger(f *cmdutils.Factory) *cobra.Command {
Aliases: []string{},
Example: heredoc.Doc(`
$ glab ci trigger
# Tnteractively select a job to Trigger
# Interactively select a job to Trigger
$ glab ci trigger 224356863
# Trigger manual job with id 224356863

View File

@ -21,7 +21,7 @@ glab ci trigger <job-id> [flags]
```plaintext
$ glab ci trigger
# Tnteractively select a job to Trigger
# Interactively select a job to Trigger
$ glab ci trigger 224356863
# Trigger manual job with id 224356863