diff --git a/README.md b/README.md index 6a8fa42..71d1a49 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Please create a pr if you managed to port a popular theme before me, [here is ho ```lua local custom_gruvbox = require'lualine.themes.gruvbox' --- Chnage the background of lualine_c section for normal mode +-- Change the background of lualine_c section for normal mode custom_gruvbox.normal.c.bg = '#112233' -- rgb colors are supported require'lualine'.setup{ options = { theme = custom_gruvbox }, diff --git a/doc/lualine.txt b/doc/lualine.txt index 116741c..53b0308 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -83,7 +83,7 @@ Customizing themes~ > local custom_gruvbox = require'lualine.themes.gruvbox' - -- Chnage the background of lualine_c section for normal mode + -- Change the background of lualine_c section for normal mode custom_gruvbox.normal.c.bg = '#112233' -- rgb colors are supported require'lualine'.setup{