Skip to content

Commit

Permalink
Fix typo in documentation, address #123
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hui authored Mar 27, 2023
1 parent 688b4fe commit 41f327b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/fidget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`)
Expand Down

0 comments on commit 41f327b

Please sign in to comment.