From 6993189dd0ee38299879a1a0064718a8392e8713 Mon Sep 17 00:00:00 2001 From: FourteenBrush <74827262+FourteenBrush@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:03:51 +0200 Subject: [PATCH] Fix typo --- lua/ayu/colors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ayu/colors.lua b/lua/ayu/colors.lua index 75742f7..6313f49 100644 --- a/lua/ayu/colors.lua +++ b/lua/ayu/colors.lua @@ -4,7 +4,7 @@ local colors = { } --- Generate colors based `vim.o.background` and a variant. ----@param mirage boolean: Wheter to use `mirage` variant when `vim.o.background` is dark. +---@param mirage boolean: Whether to use `mirage` variant when `vim.o.background` is dark. function colors.generate(mirage) if vim.o.background == 'dark' then if mirage then