From acd34ffaf83e50f3e2c36b1b95a017df167d00d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 12 Jan 2015 16:27:01 -0300 Subject: [PATCH] Little fix --- 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 79325ee57..bfa88c9b9 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -38,7 +38,7 @@ In addition to the regular [npm package.json keys][npm-keys] available, Atom package.json files have their own additions. - `main` (**Required**): the path to the CoffeeScript file that's the entry point -to your package +to your package. - `styles` (**Optional**): an Array of Strings identifying the order of the style sheets your package needs to load. If not specified, style sheets in the _styles_ directory are added alphabetically.