From f6c7dd0b2f0c6c950bb341c967ed1efa768633eb Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Tue, 21 Jan 2014 19:41:53 -0800 Subject: [PATCH] docs: occured -> occurred. --- docs/creating-a-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/creating-a-package.md b/docs/creating-a-package.md index 24072d822..92fb8a371 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -154,7 +154,7 @@ loaded in alphabetical order. An optional `keymaps` array in your _package.json_ can specify which keymaps to load and in what order. -Keybindings are executed by determining which element the keypress occured on. In +Keybindings are executed by determining which element the keypress occurred on. In the example above, `changer:magic` command is executed when pressing `ctrl-V` on the `.tree-view-scroller` element.