From 16aa39eefdaa7bc5fc8b4653fe488fd6ce178bf5 Mon Sep 17 00:00:00 2001 From: NA-V10 Date: Thu, 27 Nov 2025 18:55:21 +0530 Subject: [PATCH 1/2] Fix spelling and punctuation issues in GitHub CLI quickstart docs --- content/github-cli/github-cli/quickstart.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/github-cli/github-cli/quickstart.md b/content/github-cli/github-cli/quickstart.md index 9ff050fc017b..bc1b32678182 100644 --- a/content/github-cli/github-cli/quickstart.md +++ b/content/github-cli/github-cli/quickstart.md @@ -23,7 +23,8 @@ shortTitle: Quickstart ## Some useful commands > [!NOTE] -> When you use some commands for the first time - for example, `gh codespace SUBCOMMAND` - you'll be prompted to add extra scopes to your authentication token. Follow the onscreen instructions. +> When you use some commands for the first time - for example, `gh codespace SUBCOMMAND` - you'll be prompted to add extra scopes to your authentication token. follow the on-screen instructions. + ### Viewing your status @@ -61,7 +62,7 @@ To create a pull request, enter `gh pr create` and follow the on-screen instruct To create a new codespace, enter `gh codespace create` and follow the on-screen instructions. -To display your existing codespaces, enter `gh codespace list`. To open a codespace in the web version of {% data variables.product.prodname_vscode_shortname %} enter `gh codespace code -w` and choose a codespace . +To display your existing codespaces, enter `gh codespace list`. To open a codespace in the web version of {% data variables.product.prodname_vscode_shortname %} enter `gh codespace code -w` and choose a codespace. In all of these commands you can substitute `cs` for `codespace`. From d2330b3c69b589b1068db624c20387d2052b3d60 Mon Sep 17 00:00:00 2001 From: NA-V10 Date: Fri, 28 Nov 2025 12:03:10 +0530 Subject: [PATCH 2/2] Fix duplicate wording ('allow you allow you') in GitHub CLI multi-account docs --- content/github-cli/github-cli/using-multiple-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github-cli/github-cli/using-multiple-accounts.md b/content/github-cli/github-cli/using-multiple-accounts.md index 216fa82d4c5b..a530190a537a 100644 --- a/content/github-cli/github-cli/using-multiple-accounts.md +++ b/content/github-cli/github-cli/using-multiple-accounts.md @@ -25,7 +25,7 @@ The {% data variables.product.prodname_cli %} **can't automatically detect** you * The {% data variables.product.prodname_cli %} will default to {% data variables.product.prodname_dotcom_the_website %}. * You can set the `GH_HOST` environment variable to change the default target for these kinds of requests. See [gh environment](https://cli.github.com/manual/gh_help_environment) in the {% data variables.product.prodname_cli %} manual. -* Some commands allow you allow you to specify your target environment with the `--hostname` option, such as `gh api`, or pass the full URL for a repository, such as `gh pr view`. +* Some commands allow you to specify your target environment with the `--hostname` option, such as `gh api`, or pass the full URL for a repository, such as `gh pr view`. ## Can I use multiple accounts on the same platform?