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

Commit 8d7c245

Browse files
Merge pull request #11 from Granite-Code/panyamkeerthana/docs_mismatch_fix
docs typos and incorrect keybinding fix
2 parents 9445a67 + d059e57 commit 8d7c245

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def sorting_algorithm(x):
5656
With Granite.Code it is possible to make code changes by giving editing instructions to the Granite models. An easy way to try this is to edit a code section:
5757

5858
1. In the editor, highlight the code you want to change.
59-
2. Use the **Command+E** / **Ctrl+E** keyboard shortcut to add the code section to the prompt and switch to edit mode.
59+
2. Use the **Command+I** / **Ctrl+I** keyboard shortcut to add the code section to the prompt and switch to edit mode.
6060
3. Describe how you want the code to be changed, then press return or click the **⏎ Enter** button.
6161

6262
You can try this with the code section below:

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Granite.Code is an coding assistant for VS Code. It makes use of the [Granite family of AI models](https://www.ibm.com/granite) to provide a high quality AI assistant experience, while providing full control over privacy and information sharing. To achieve this, Granite.Code downloads and runs Granite models locally, so that no data is shared with other parties.
66

7-
Granite.Code can be installed as a VS Code extension: ee [setup](https://docs.granitecode.github.io/setup) to get started.
7+
Granite.Code can be installed as a VS Code extension: See [setup](https://docs.granitecode.github.io/setup) to get started.
88

99
## Get in Touch
1010

0 commit comments

Comments
 (0)