From f942bafe549905f9b83348822f0ffd864377bf2d Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 2 Feb 2015 16:47:33 -0800 Subject: [PATCH] :memo: Fix typo in 'Creating Package' docs --- 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 f878b4476..fed5cfb2a 100644 --- a/docs/creating-a-package.md +++ b/docs/creating-a-package.md @@ -55,7 +55,7 @@ _snippets_ directory are added alphabetically. trigger your package's activation. You can delay the loading of your package until one of these events is triggered. - `providedServices` (**Optional**): an Object describing the services that your -packages provides, which can be used by other packages. The keys of this object +package provides, which can be used by other packages. The keys of this object are the names of the services, and the values are Objects with the following keys: - `description` (**Optional**) a String describing the service