From 3376665c6e57a36f73e74219c45665465def9fdb Mon Sep 17 00:00:00 2001 From: Dara Hak Date: Sun, 16 Apr 2017 18:18:35 +0200 Subject: [PATCH] fix(contextMenu): Uppercase P for Prettier in context menu entries Match the description in README.md. --- menus/prettier-js.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menus/prettier-js.json b/menus/prettier-js.json index 10947f80..bbcb4d08 100644 --- a/menus/prettier-js.json +++ b/menus/prettier-js.json @@ -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" } ] @@ -12,7 +12,7 @@ "label": "Packages", "submenu": [ { - "label": "prettier", + "label": "Prettier", "submenu": [ { "label": "Format",