Skip to content

Commit 116c1a9

Browse files
authored
Fix typo (#28745)
1 parent 082c50e commit 116c1a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/github-cli/github-cli/creating-github-cli-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ For example, to create an issue programmatically, specify the title and body:
162162
gh issue create --title "My Title" --body "Issue description"
163163
```
164164

165-
### Fetching data programatically
165+
### Fetching data programmatically
166166

167-
Many core commands support the `--json` flag for fetching data programatically. For example, to return a JSON object listing the number, title, and mergeability status of pull requests:
167+
Many core commands support the `--json` flag for fetching data programmatically. For example, to return a JSON object listing the number, title, and mergeability status of pull requests:
168168

169169
```shell
170170
gh pr list --json number,title,mergeStateStatus

0 commit comments

Comments
 (0)