From 41f327b53c7977d47aee56f05e0bdbb4b994c5eb Mon Sep 17 00:00:00 2001 From: John Hui Date: Mon, 27 Mar 2023 13:37:43 -0400 Subject: [PATCH] Fix typo in documentation, address #123 --- doc/fidget.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fidget.md b/doc/fidget.md index ffb4483..3eca09a 100644 --- a/doc/fidget.md +++ b/doc/fidget.md @@ -174,13 +174,13 @@ Type: `number` (default: `100`) #### window.zindex -The value to use for `zindex` (see `:h nvim_win_open`) for the window. +The value to use for `zindex` (see `:h nvim_open_win`) for the window. Type: `number` (default: `nil`) #### window.border -The value to use for the window `border` (see `:h nvim_win_open`), to adjust +The value to use for the window `border` (see `:h nvim_open_win`), to adjust the Fidget window border style. Type: `string` (default: `"none"`)