Skip to content

Commit 4e671d5

Browse files
committed
typos
1 parent b0be794 commit 4e671d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: How to install NormalNvim on various operating systems.
77
* You need Neovim >= `0.10`
88
* There are 3 ways to install NormalNvim.
99

10-
## Installer (Linux/MacOS/WSL)
10+
## Automatic installer (Linux/MacOS/WSL)
1111
You can preview it [here](https://github.com/NormalNvim/installer)
1212
```sh
1313
wget -q https://raw.githubusercontent.com/NormalNvim/installer/main/installer.sh && chmod +x installer.sh && ./installer.sh

docs/keymaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can show all key bindings by pressing `Space`
2222
To close the current buffer press `Space + c`
2323

2424
### Opening code tree
25-
To toggle the code tree tree press `Space + e`
25+
To toggle the code tree tree (aerial) press `Space + i`
2626

2727
### Show diagnostics
2828
To see line diagnostics press `Space + lD`

0 commit comments

Comments
 (0)