From 63f8631fd18d8caa5d7a33130655c77cb495d017 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Tue, 17 Sep 2013 14:14:34 -0700 Subject: [PATCH] Minor grammar improvements --- src/context-menu-map.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/context-menu-map.coffee b/src/context-menu-map.coffee index 905df220a..7b6b51460 100644 --- a/src/context-menu-map.coffee +++ b/src/context-menu-map.coffee @@ -1,6 +1,6 @@ $ = require 'jquery' -# Public: Provides a registry for commands that you'd wish to appear in the +# Public: Provides a registry for commands that you'd like to appear in the # context menu. # # Should be accessed via `atom.contextMenuMap`. @@ -15,7 +15,7 @@ class ContextMenuMap # clicked. # # * selector: The css selector for the active element which should include - # the given command in it's context menu. + # the given command in its context menu. # * label: The text that should appear in the context menu. # * command: The command string that should be triggered on the activeElement # which matches your selector.