Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Remove redundant ) in gettingstarted.md #13

Merged
merged 1 commit into from
Nov 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/jetbrains/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ As the developer you are always in charge; you can select which suggestion to us
2. GitHub Copilot will again show you a suggested completion.

3. Instead of pressing `Tab`:
* On macOS, press `Option`+`]` for next or `Option`+`[`) for previous.
* On macOS, press `Option`+`]` for next or `Option`+`[` for previous.
* On Windows or Linux, press `Alt`+`]` for next or `Alt`+`[` for previous.

GitHub Copilot will cycle through other alternative suggestions.
Expand Down