From 7acde00c7e6d11951bcad22b9ac33c80d93edf25 Mon Sep 17 00:00:00 2001 From: Jonas Pleyer <59249415+jonaspleyer@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:39:46 +0100 Subject: [PATCH] correct small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97287558..f3532b6c 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ require 'nordic' .setup { bold = false, -- Bold cursorline number. bold_number = true, - -- Avialable styles: 'dark', 'light'. + -- Available styles: 'dark', 'light'. theme = 'dark', -- Blending the cursorline bg with the buffer bg. blend = 0.85,