diff options
| author | Ryan Christian <33403762+rschristian@users.noreply.github.com> | 2021-03-28 19:29:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-28 19:29:21 -0500 |
| commit | 68fda6731b9aa29e49706054b69187ae884ccb68 (patch) | |
| tree | 5a9ac58602b11830cbbd6c5e79391a5af44465a4 | |
| parent | e7564653bccc34a2564ccd9463483af2965d148e (diff) | |
| download | vim-prettier-68fda6731b9aa29e49706054b69187ae884ccb68.tar.xz | |
docs: Fixing typo in readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ By default we auto focus on the quickfix when there are errors but can also be d let g:prettier#quickfix_auto_focus = 0 ``` -To running vim-prettier not only before saving, but also after changing text or leaving insert mode: +To run vim-prettier not only before saving, but also after changing text or leaving insert mode: ```vim " when running at every change you may want to disable quickfix |
