diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/testing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plugins/testing.md b/docs/plugins/testing.md index bf00da2..c832f11 100644 --- a/docs/plugins/testing.md +++ b/docs/plugins/testing.md @@ -2,7 +2,7 @@ ### Testing your plugin locally -Testing your plugin on your book before plushing it is possible using [npm link](https://docs.npmjs.com/cli/link). +Testing your plugin on your book before publishing it is possible using [npm link](https://docs.npmjs.com/cli/link). In the plugin's folder, run: @@ -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> |