From dc2c711a5329470a64f07da100113e598044c5ae Mon Sep 17 00:00:00 2001 From: Jonathan Gin Date: Sun, 9 May 2021 03:42:49 -0400 Subject: [PATCH] Fix typos in README (#219) `Tweeking` -> `Tweaking` `variabke` -> variable` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0390327..ea82e45 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ All available themes are listed in [THEMES.md](./THEMES.md) Please create a pr if you managed to port a popular theme before me, [here is how to do it](./CONTRIBUTING.md).
-Tweeking themes +Tweaking themes You like a theme but would like to tweek some colors. You can do that in your config easily. @@ -217,7 +217,7 @@ variables to be used as a component too. Even require statements can be used to One liner functions can be inlined by utilizeing this . For exmaple this will show day of the week. -And 2nd one will display current value of global variabke data. +And 2nd one will display current value of global variable data. ```lua sections = {lualine_c = {"os.data('%a')", 'data'}}