summaryrefslogtreecommitdiffstats
path: root/docs/plugins/testing.md
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-12-22 10:17:28 +0100
committerSamy Pessé <samypesse@gmail.com>2016-12-22 10:17:28 +0100
commit16af264360e48e8a833e9efa9ab8d194574dbc70 (patch)
treec50988f32ccf18df93ae7ab40be78e9459642818 /docs/plugins/testing.md
parentfebdd8a8bd26466509d03fe2d95aff97e7631c2f (diff)
parent64ccb6b00b4b63fa0e516d4e35351275b34f8c07 (diff)
downloadgitbook-16af264360e48e8a833e9efa9ab8d194574dbc70.zip
gitbook-16af264360e48e8a833e9efa9ab8d194574dbc70.tar.gz
gitbook-16af264360e48e8a833e9efa9ab8d194574dbc70.tar.bz2
Merge branch 'master' into dream
Diffstat (limited to 'docs/plugins/testing.md')
-rw-r--r--docs/plugins/testing.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/plugins/testing.md b/docs/plugins/testing.md
index 9562b26..4cd2c69 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:
@@ -19,4 +19,3 @@ $ npm link gitbook-plugin-<plugin's name>
### Unit testing on Travis
[gitbook-tester](https://github.com/todvora/gitbook-tester) makes it easy to write **Node.js/Mocha** unit tests for your plugins. Using [Travis.org](https://travis.org), tests can be run on each commits/tags.
-