diff options
author | Peter B Smith <peterbutlersmith@gmail.com> | 2016-09-28 03:49:29 -0400 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-09-28 09:49:29 +0200 |
commit | 2e8e4f63d78c8d908f7ea4ea095e6d27f6fc6fe0 (patch) | |
tree | 74c361cc5e8841fdaf4be8d95c17e9c9f8b6016e | |
parent | b9fa6c3051f9faa46fb65a04c22b05ba68c23452 (diff) | |
download | gitbook-2e8e4f63d78c8d908f7ea4ea095e6d27f6fc6fe0.zip gitbook-2e8e4f63d78c8d908f7ea4ea095e6d27f6fc6fe0.tar.gz gitbook-2e8e4f63d78c8d908f7ea4ea095e6d27f6fc6fe0.tar.bz2 |
fixing a typo of the word "publishing" (#1536)
-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 9562b26..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: |