Skip to content

Commit

Permalink
docs: fix TabsVsSpacesStandardize spelling in readme (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintraver authored May 30, 2024
1 parent eb6e2d6 commit 8d4773d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ require("tabs-vs-spaces").setup {
##    Commands

- `:TabsVsSpacesToggle` optional args `on` | `buf_on` | `off` | `buff_off`
- `:TabsVsSpacesStandartize` works for current buffer or selected range `:'<,'>TabsVsSpacesStandartize`
- `:TabsVsSpacesStandardize` works for current buffer or selected range `:'<,'>TabsVsSpacesStandardize`
- `:TabsVsSpacesConvert` args `spaces_to_tabs` | `tabs_to_spaces` for current buffer or range.

Command args work with completion.
Expand Down
2 changes: 1 addition & 1 deletion doc/tabs-vs-spaces.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ CONFIG *tabs-vs-spaces-tabs-vs-spaces.nvim-config*


- `:TabsVsSpacesToggle` optional args `on` | `buf_on` | `off` | `buff_off`
- `:TabsVsSpacesStandartize` works for current buffer or selected range `:'<,'>TabsVsSpacesStandartize`
- `:TabsVsSpacesStandardize` works for current buffer or selected range `:'<,'>TabsVsSpacesStandardize`
- `:TabsVsSpacesConvert` args `spaces_to_tabs` | `tabs_to_spaces` for current buffer or range.

Command args work with completion.
Expand Down

0 comments on commit 8d4773d

Please sign in to comment.