From 9726824f1dcc8907632bc7c32f9882f26340f815 Mon Sep 17 00:00:00 2001 From: David Ruiz Date: Thu, 27 May 2021 19:53:27 +0200 Subject: [PATCH] docs: fixed typo (#262) * Typo in docs * Update README.md --- README.md | 2 +- doc/lualine.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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{