Skip to content

Commit 3d41a0f

Browse files
committed
fix: typo
1 parent 992c3a8 commit 3d41a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ so you don't need to require those files manually.
2525
```
2626

2727
:::danger
28-
Do not `require` `autocmds`, `keymaps`, `lazy` or `options` under `lua/config/` or `lazyvim.config` manually.
28+
Do not require `autocmds`, `keymaps`, `lazy` or `options` under `lua/config/` or `lazyvim.config` manually.
2929
**LazyVim** will load those files automatically.
3030
:::
3131

0 commit comments

Comments
 (0)