Skip to content

Commit baf4207

Browse files
authored
Merge pull request #289 from rschristian/docs/readme-typo
docs: Fixing typo in readme
2 parents 6d620a1 + 68fda67 commit baf4207

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
@@ -219,7 +219,7 @@ By default we auto focus on the quickfix when there are errors but can also be d
219219
let g:prettier#quickfix_auto_focus = 0
220220
```
221221

222-
To running vim-prettier not only before saving, but also after changing text or leaving insert mode:
222+
To run vim-prettier not only before saving, but also after changing text or leaving insert mode:
223223

224224
```vim
225225
" when running at every change you may want to disable quickfix

0 commit comments

Comments
 (0)