From b6fdebab94a551216df47946ac801323eb23e687 Mon Sep 17 00:00:00 2001 From: Marco Lovato Date: Fri, 26 Sep 2025 08:45:42 -0700 Subject: [PATCH 1/2] Update README.md - Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3314e1b..c97ff44 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you're not currently logged in to GitHub, you'll be prompted to use the `/log #### Authenticate with a Personal Access Token (PAT) -You can also authenticate using a fine-graned PAT with the "Copilot Rrequests" permission enabled. +You can also authenticate using a fine-grained PAT with the "Copilot Rrequests" permission enabled. 1. Visit https://github.com/settings/personal-access-tokens/new 2. Under "Permissions," click "add permissions" and select "Copilot Requests" From e394d8a3d68bc79f2d17e67a41986c602b588953 Mon Sep 17 00:00:00 2001 From: Marco Lovato Date: Fri, 26 Sep 2025 08:51:20 -0700 Subject: [PATCH 2/2] Update README.md more typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c97ff44..42636d3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ If you're not currently logged in to GitHub, you'll be prompted to use the `/log #### Authenticate with a Personal Access Token (PAT) -You can also authenticate using a fine-grained PAT with the "Copilot Rrequests" permission enabled. +You can also authenticate using a fine-grained PAT with the "Copilot Requests" permission enabled. 1. Visit https://github.com/settings/personal-access-tokens/new 2. Under "Permissions," click "add permissions" and select "Copilot Requests" @@ -69,9 +69,9 @@ Launch `copilot` in a folder that contains code you want to work with. By default, `copilot` utilizes Claude Sonnet 4. We also support GPT-5 via an environment variable. Run `COPILOT_MODEL=gpt-5 copilot` to launch in GPT-5 mode. Or on Windows, run `set COPILOT_MODEL=gpt-5` before running `copilot`. -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, see [About premium requests](https://docs.github.com/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests) +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, see [About premium requests](https://docs.github.com/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests). -For more information about how to use the GitHub Copilot CLI, see [our official documentation](https://docs.github.com/copilot/concepts/agents/about-copilot-cli) +For more information about how to use the GitHub Copilot CLI, see [our official documentation](https://docs.github.com/copilot/concepts/agents/about-copilot-cli). ## 📢 Feedback and Participation