From e67a320d1a9147ae26064db6ad5e4e9638df5c38 Mon Sep 17 00:00:00 2001 From: Akaam Shamerany Date: Tue, 13 Sep 2022 06:21:24 +0100 Subject: [PATCH] docs: fix spelling errors in README (#210) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cf4fe5..e59eba2 100644 --- a/README.md +++ b/README.md @@ -149,12 +149,12 @@ require("tokyonight").setup({ lualine_bold = false, -- When `true`, section headers in the lualine theme will be bold --- You can override specific color groups to use other groups or a hex color - --- fucntion will be called with a ColorScheme table + --- function will be called with a ColorScheme table ---@param colors ColorScheme on_colors = function(colors) end, --- You can override specific highlights to use other groups or a hex color - --- fucntion will be called with a Highlights and ColorScheme table + --- function will be called with a Highlights and ColorScheme table ---@param highlights Highlights ---@param colors ColorScheme on_highlights = function(highlights, colors) end,