Skip to content

Commit

Permalink
docs(input): fix typo
Browse files Browse the repository at this point in the history
variable name changed from 'split' to 'input'
  • Loading branch information
sina-salahshour authored Sep 15, 2024
1 parent 61574ce commit b58e2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nui/input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ end, { noremap = true })
```

You can manipulate the associated buffer and window using the
`split.bufnr` and `split.winid` properties.
`input.bufnr` and `input.winid` properties.

**NOTE**: the first argument accepts options for `nui.popup` component.

Expand Down

0 comments on commit b58e2bf

Please sign in to comment.