Skip to content

Commit 04f325f

Browse files
committed
fix: fix typos
1 parent 2f2f31c commit 04f325f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/recipes/icons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Because the option also controls whether or not some core plugins get installed,
1919
require("lazy").setup({
2020
{
2121
"AstroNvim/AstroNvim",
22-
version = "^4", -- Remove version tracking to elect for nighly AstroNvim
22+
version = "^4", -- Remove version tracking to elect for nightly AstroNvim
2323
import = "astronvim.plugins",
2424
opts = { -- AstroNvim options must be set here with the `import` key
2525
icons_enabled = false, -- Set to false to disable icons (if no Nerd Font is available)

src/content/docs/reference/contributing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Remember to restart and run `:Lazy update` after these changes!
2727
require("lazy").setup({
2828
{
2929
"AstroNvim/AstroNvim",
30-
- version = "^4", -- Remove version tracking to elect for nighly AstroNvim
31-
+ -- version = "^4", -- Remove version tracking to elect for nighly AstroNvim
30+
- version = "^4", -- Remove version tracking to elect for nightly AstroNvim
31+
+ -- version = "^4", -- Remove version tracking to elect for nightly AstroNvim
3232
import = "astronvim.plugins",
3333
opts = { -- AstroNvim options must be set here with the `import` key
3434
mapleader = " ", -- This ensures the leader key must be configured before Lazy is set up

0 commit comments

Comments
 (0)