From afaa5403334f2254e8323c1dbcd21bc3c11ec0b9 Mon Sep 17 00:00:00 2001 From: Khang Date: Fri, 24 Dec 2021 10:03:11 +0800 Subject: [PATCH] chore: fix typos (#507) --- README.md | 2 +- lua/tests/spec/lualine_spec.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7b3678..8df8369 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ options = { theme = 'auto', -- lualine theme component_separators = {left = '', right = ''}, section_separators = {left = '', right = ''}, - disabled_filetypes = {}, -- filetypes to diable lualine on + disabled_filetypes = {}, -- filetypes to disable lualine on always_divide_middle = true, -- When true left_sections (a,b,c) can't -- take over entiee statusline even -- when none of section x, y, z is present. diff --git a/lua/tests/spec/lualine_spec.lua b/lua/tests/spec/lualine_spec.lua index 49741b8..84226c8 100644 --- a/lua/tests/spec/lualine_spec.lua +++ b/lua/tests/spec/lualine_spec.lua @@ -130,7 +130,7 @@ describe('Lualine', function() ) end) - it('works with icons diabled', function() + it('works with icons disabled', function() local conf = vim.deepcopy(config) conf.options.icons_enabled = false conf.options.section_separators = ''