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 = ''