Merge branch 'phikai-trigger-docs-typo' into 'main'

chore: fix typo in trigger command docs

See merge request https://gitlab.com/gitlab-org/cli/-/merge_requests/1423

Merged-by: Gary Holtz <gholtz@gitlab.com>
Approved-by: Gary Holtz <gholtz@gitlab.com>
Reviewed-by: Gary Holtz <gholtz@gitlab.com>
Co-authored-by: Kai Armstrong <karmstrong@gitlab.com>
This commit is contained in:
Gary Holtz 2024-03-18 22:36:18 +00:00
commit 69ecce612a
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