From 97b38465a1c1c35255e1fb52759ae889ce3bcaec Mon Sep 17 00:00:00 2001 From: Nadiyar <106643149+Naadiyaar@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:45:22 +0330 Subject: [PATCH] docs: remove extra space Co-authored-by: sammy --- docs/lunacolors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lunacolors.md b/docs/lunacolors.md index 1dd79a3..8fe11c0 100644 --- a/docs/lunacolors.md +++ b/docs/lunacolors.md @@ -40,5 +40,5 @@ Styles: For the colors, there are background and bright variants. Background color variants have a `Bg` suffix, while bright variants use the `bright` prefix. These can also be combined. Note that appropriate camel casing must be applied. -For example, bright blue would be written as `brightBlue`, a cyan background as +For example, bright blue would be written as `brightBlue`, a cyan background as `cyanBg`, and combining them would result in `brightBlueBg`.