Skip to content

Commit 3ee5c83

Browse files
authored
Fix misspelling (#66)
Signed-off-by: iysheng <[email protected]>
1 parent d4f90cc commit 3ee5c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Vim, you will see the new tabline!
9999
Apart from listing the buffers in the tabline, `vim-buffet` also provides some
100100
handy commands to manipulate the buffers:
101101

102-
* `Bw[!]` - wipe the current buffer without closing the window. If is has unsaved
102+
* `Bw[!]` - wipe the current buffer without closing the window. If it has unsaved
103103
changes, an error will be shown, and the buffer will stay open. To ignore any
104104
changes and forcibly wipe the buffer, use `Bw!`.
105105
* `Bonly[!]` - wipe all the buffers but the current one. If there are any buffers

0 commit comments

Comments
 (0)