Skip to content

Commit

Permalink
fix: spelling mistake
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Cédric Huet <[email protected]>
  • Loading branch information
NikitaRevenco and BiscuiTech authored Nov 26, 2024
1 parent db6a9dd commit 5989dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/content/docs/getting-started/basics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Once you have create a new text file and open it with Helix by running `hx file.

<T.OpeningFile />

Notice the `NOR` in the bottom-right corner, this indicates that you are currently in Normal mode. In this mode, typing letters like <kbd>e</kbd> and <kbd>n</kbd> won't insert them into the text, but rather have specific _commands_ which we will explore later.
Notice the `NOR` in the bottom-left corner, this indicates that you are currently in Normal mode. In this mode, typing letters like <kbd>e</kbd> and <kbd>n</kbd> won't insert them into the text, but rather have specific _commands_ which we will explore later.

To actually insert some text, press <kbd>i</kbd>, which is the command to get into Insert mode, indicated by the `INS` in the bottom-right corner. In this mode, the letters you type will be inserted directly into the document. Try it out by writing `Hello helix!`.

Expand Down

0 comments on commit 5989dfb

Please sign in to comment.