From c9e498f36fd110c7308f05dff88bd60b6bd9db11 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 20 Jan 2014 15:05:06 -0800 Subject: [PATCH] :memo: Use correct folder name --- 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 beddcd202..9893755ac 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -44,7 +44,7 @@ key mappings your package needs to load. If not specified, mappings in the _keymaps_ directory are added alphabetically. - `menus`(**Optional**): an Array of Strings identifying the order of the menu mappings your package needs to load. If not specified, mappings -in the _keymap_ directory are added alphabetically. +in the _menus_ directory are added alphabetically. - `snippets` (**Optional**): an Array of Strings identifying the order of the snippets your package needs to load. If not specified, snippets in the _snippets_ directory are added alphabetically.