Skip to content

Commit a9ee609

Browse files
authored
Merge pull request #1 from DIYA-bot/DIYA-bot-patch-1
DOCS: Refine and correct GitHub Copilot CLI blog post
2 parents 2676014 + 0ea46e9 commit a9ee609

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blog/github-cli-agent/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pwsh --version
7272

7373
Install globally with npm:
7474
Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow.
75-
Enter the promt in the command line.
75+
Enter the prompt in the command line.
7676

7777
```bash
7878
npm install -g @github/copilot
@@ -112,7 +112,7 @@ setx GH_TOKEN your_token_here
112112
---
113113

114114
## 🖥️ Usage
115-
Once you installed run copilot on your terminal, Image of the splash screen for the Copilot CLI. The usage is pretty straight forward you can use the arrow keys to navigate to proceed cancel instruction etc.
115+
Once installed, run copilot on your terminal, Image of the splash screen for the Copilot CLI. The usage is pretty straight forward you can use the arrow keys to navigate to proceed cancel instruction etc.
116116

117117
Each time you submit a prompt to GitHub Copilot CLI, your monthly quota of premium requests is reduced by one. For information about premium requests,
118118
`https://docs.github.com/en/copilot/concepts/billing/copilot-requests`
@@ -139,7 +139,7 @@ set COPILOT_MODEL=gpt-5
139139

140140
## Version checking and Exit CLI
141141
```bash
142-
gh copilot --version
142+
copilot --version
143143
```
144144

145145
Exit anytime with:
@@ -150,7 +150,7 @@ Ctrl + C (twice)
150150

151151
## Get Suggestions for Common Dev Tasks
152152

153-
Now lets get start with development, here fork this repo and activate GitHub CLI and enter the below bash commands. [Website](https://github.com/recodehive/recode-website)
153+
Now let's get started with development, here fork this repo and activate GitHub CLI and enter the below bash commands. [Website](https://github.com/recodehive/recode-website)
154154

155155
### List of all commands in CLI
156156
I have linked the offical website repo to log any bugs or do direct PR. [GitHub CLI repo](https://github.com/github/copilot-cli?utm_source=changelog-amp-linkedin&utm_campaign=agentic-copilot-cli-launch-2025) and [Official Documentation](https://docs.github.com/en/copilot/how-tos/use-copilot-agents/use-copilot-cli?utm_campaign=agentic-copilot-cli-launch-2025&utm_source=changelog-amp-linkedin)
@@ -258,4 +258,4 @@ Less setup, more shipping.
258258

259259
---
260260

261-
<GiscusComments/>
261+
<GiscusComments/>

0 commit comments

Comments
 (0)