From d35f3d0e48594360ca6288e1d978a3cfbed42301 Mon Sep 17 00:00:00 2001 From: NA-V10 <161134818+NA-V10@users.noreply.github.com> Date: Sat, 6 Dec 2025 04:43:51 +0530 Subject: [PATCH] Fix spelling and punctuation issues in GitHub CLI quickstart docs (#41558) Co-authored-by: Sharra-writes --- content/github-cli/github-cli/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github-cli/github-cli/quickstart.md b/content/github-cli/github-cli/quickstart.md index 9ff050fc01..319c93d669 100644 --- a/content/github-cli/github-cli/quickstart.md +++ b/content/github-cli/github-cli/quickstart.md @@ -61,7 +61,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`.