Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(contextMenu): Uppercase P for Prettier in context menu entries
Browse files Browse the repository at this point in the history
Match the description in README.md.
  • Loading branch information
darahak committed Apr 16, 2017
1 parent 06e9945 commit 3376665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menus/prettier-js.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"context-menu": {
"atom-text-editor[data-grammar='source js'], atom-text-editor[data-grammar='source js jsx']": [
{
"label": "Format With prettier",
"label": "Format With Prettier",
"command": "prettier:format"
}
]
Expand All @@ -12,7 +12,7 @@
"label": "Packages",
"submenu": [
{
"label": "prettier",
"label": "Prettier",
"submenu": [
{
"label": "Format",
Expand Down

0 comments on commit 3376665

Please sign in to comment.