Skip to content

Commit 78bbe66

Browse files
author
Leon Pearce
committed
fix: typo
Incorrect highlighting of the word 'require' in docs/configuration/general.md
1 parent 978784b commit 78bbe66

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)