Skip to content

Commit 16aa39e

Browse files
committed
Fix spelling and punctuation issues in GitHub CLI quickstart docs
1 parent a0dc1f7 commit 16aa39e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/github-cli/github-cli/quickstart.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ shortTitle: Quickstart
2323
## Some useful commands
2424

2525
> [!NOTE]
26-
> 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.
26+
> 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.
27+
2728

2829
### Viewing your status
2930

@@ -61,7 +62,7 @@ To create a pull request, enter `gh pr create` and follow the on-screen instruct
6162

6263
To create a new codespace, enter `gh codespace create` and follow the on-screen instructions.
6364

64-
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 .
65+
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.
6566

6667
In all of these commands you can substitute `cs` for `codespace`.
6768

0 commit comments

Comments
 (0)