diff options
| author | Song Wang <wangsongiam@gmail.com> | 2017-06-08 17:33:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-08 17:33:05 -0400 |
| commit | 09db4a1ff6d6ee411927ff1ac4419bdd0dbb3745 (patch) | |
| tree | 850f35d4f4c3212d737115e220ea59ab020eeccf /doc | |
| parent | 50f8496065145f258a28a4ea3aa7a59b6a48f042 (diff) | |
| download | vim-prettier-09db4a1ff6d6ee411927ff1ac4419bdd0dbb3745.tar.xz | |
fixed typo in doc
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/prettier.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/prettier.txt b/doc/prettier.txt index e60dc22..ee68d95 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -32,7 +32,7 @@ INSTALL *vim-prettier-install* Install with [vim-plug](https://github.com/junegunn/vim-plug), assumes node and yarn|npm installed globally. > - plug 'mitermayer/vim-prettier', { + Plug 'mitermayer/vim-prettier', { \ 'do': 'yarn install', \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss'] } < |
