From 94e2dbbc2caf266c3c17e0112c921eb8a44d82f9 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Thu, 11 Jul 2013 10:20:29 +0100 Subject: [PATCH] extraneous paren in package docs --- docs/packages/authoring-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packages/authoring-packages.md b/docs/packages/authoring-packages.md index 6e6c1af7a..f174a276d 100644 --- a/docs/packages/authoring-packages.md +++ b/docs/packages/authoring-packages.md @@ -29,7 +29,7 @@ on creating your first package. ## package.json -Similar to [npm packages](http://en.wikipedia.org/wiki/Npm_(software)), Atom packages +Similar to [npm packages](http://en.wikipedia.org/wiki/Npm_(software), Atom packages can contain a _package.json_ file in their top-level directory. This file contains metadata about the package, such as the path to its "main" module, library dependencies, and manifests specifying the order in which its resources should be loaded.