diff --git a/docs/client/full-api/concepts.html b/docs/client/full-api/concepts.html
index 6fbccb15e8..d4b50eb149 100644
--- a/docs/client/full-api/concepts.html
+++ b/docs/client/full-api/concepts.html
@@ -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