Skip to content

Commit

Permalink
Fix a typo (#11009)
Browse files Browse the repository at this point in the history
Need to change 'M' to 'm' otherwise it won't work. You may refer to neoclide/coc-prettier#47
  • Loading branch information
tkiat committed Jun 4, 2021
1 parent cedaec3 commit 4b4aeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vim.md
Expand Up @@ -116,7 +116,7 @@ Update your `coc-settings.json` for languages that you want format on save.

```json
{
"coc.preferences.formatOnSaveFiletypes": ["css", "Markdown"]
"coc.preferences.formatOnSaveFiletypes": ["css", "markdown"]
}
```

Expand Down

0 comments on commit 4b4aeaf

Please sign in to comment.