From c76e8838b2467c932e98deb13487a3952074c1ff Mon Sep 17 00:00:00 2001 From: NEX <97107165+NEX-S@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:38:06 +0800 Subject: [PATCH] docs: typo (#27) * Fix: typo * Fix: typo --- README.md | 2 +- doc/LazyVim.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25e8fc92..21d903ec 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ return { end, }, - -- the opts function can als be used to change the default opts: + -- the opts function can also be used to change the default opts: { "nvim-lualine/lualine.nvim", event = "VeryLazy", diff --git a/doc/LazyVim.txt b/doc/LazyVim.txt index 84d8fb52..01aaf9e7 100644 --- a/doc/LazyVim.txt +++ b/doc/LazyVim.txt @@ -253,7 +253,7 @@ Example spec: lua/plugins/example.lua end, }, - -- the opts function can als be used to change the default opts: + -- the opts function can also be used to change the default opts: { "nvim-lualine/lualine.nvim", event = "VeryLazy",