diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-08-04 00:19:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 00:19:11 +0200 |
commit | 9c071dade573aa6990878006f83c89b6065a1395 (patch) | |
tree | b1151b6e641d02f595e7475270f8a4f5ab714124 /docs/plugins/testing.md | |
parent | 42fac989921ec4ffe9d68fd6c1df6013746f7a82 (diff) | |
parent | 56e44651fa4bdf8955880b9b76992af67b23e032 (diff) | |
download | gitbook-9c071dade573aa6990878006f83c89b6065a1395.zip gitbook-9c071dade573aa6990878006f83c89b6065a1395.tar.gz gitbook-9c071dade573aa6990878006f83c89b6065a1395.tar.bz2 |
Merge pull request #1481 from mcveat/patch-1
Fixed typo
Diffstat (limited to 'docs/plugins/testing.md')
-rw-r--r-- | docs/plugins/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plugins/testing.md b/docs/plugins/testing.md index bf00da2..9562b26 100644 --- a/docs/plugins/testing.md +++ b/docs/plugins/testing.md @@ -10,7 +10,7 @@ In the plugin's folder, run: $ npm link ``` -The nin your book's folder: +Then in your book's folder: ``` $ npm link gitbook-plugin-<plugin's name> |