Removing extra space in docs to improve readability in Writing Packages section

This commit is contained in:
Anubhav Jain
2015-08-18 14:12:17 -07:00
parent 67f905216a
commit d76e002f29

View File

@@ -977,8 +977,8 @@ This will add your package to your app as a local package. You can then
test and run your app as usual. Meteor will detect and respond to changes to
your local package, just as it does to your app files.
* Unit tests are run with the command [`meteor test-packages
package-name`](#meteortestpackages). As described in the [`package.js`](#packagejs)
* Unit tests are run with the command [`meteor test-packages package-name`](#meteortestpackages).
As described in the [`package.js`](#packagejs)
section, you can use the `package.js` file to specify where your unit tests are
located. If you have a repository that contains only the package source, you can
test your package by specifying the path to the package directory (which must