Minor grammar improvements

This commit is contained in:
Matt Colyer
2013-09-17 14:14:34 -07:00
parent 9e11f5a737
commit 63f8631fd1

View File

@@ -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.