docs: fixed typo (#262)

* Typo in docs

* Update README.md
This commit is contained in:
David Ruiz 2021-05-27 19:53:27 +02:00 committed by GitHub
parent 2aaf434094
commit 9726824f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ Please create a pr if you managed to port a popular theme before me, [here is ho
```lua ```lua
local custom_gruvbox = require'lualine.themes.gruvbox' 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 custom_gruvbox.normal.c.bg = '#112233' -- rgb colors are supported
require'lualine'.setup{ require'lualine'.setup{
options = { theme = custom_gruvbox }, options = { theme = custom_gruvbox },

View File

@ -83,7 +83,7 @@ Customizing themes~
> >
local custom_gruvbox = require'lualine.themes.gruvbox' 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 custom_gruvbox.normal.c.bg = '#112233' -- rgb colors are supported
require'lualine'.setup{ require'lualine'.setup{