From 8d4773d773b4ed802a8bcaf2e660ca2d48e3700f Mon Sep 17 00:00:00 2001 From: Kevin Traver Date: Thu, 30 May 2024 10:51:22 -0700 Subject: [PATCH] docs: fix TabsVsSpacesStandardize spelling in readme (#6) --- README.md | 2 +- doc/tabs-vs-spaces.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e0aad1..cddf4b0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/doc/tabs-vs-spaces.txt b/doc/tabs-vs-spaces.txt index 91ecc22..ea67610 100644 --- a/doc/tabs-vs-spaces.txt +++ b/doc/tabs-vs-spaces.txt @@ -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.