summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSoreine <nicolas@gitbook.com>2016-10-13 15:45:08 +0200
committerSoreine <nicolas@gitbook.com>2016-10-13 15:45:19 +0200
commit1a3e4e8337ddf26315bf18c9e2611a164cfede15 (patch)
tree48bb4c1dc2ddb2e7b149b652b25fcb660cf551a5 /docs
parent631cebfd2fc486e47435f688110d1b982649b33e (diff)
downloadgitbook-1a3e4e8337ddf26315bf18c9e2611a164cfede15.zip
gitbook-1a3e4e8337ddf26315bf18c9e2611a164cfede15.tar.gz
gitbook-1a3e4e8337ddf26315bf18c9e2611a164cfede15.tar.bz2
Small tweaks to doc
Diffstat (limited to 'docs')
-rw-r--r--docs/api/README.md8
-rw-r--r--docs/api/components.md2
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/api/README.md b/docs/api/README.md
index c3beb6e..66b05b6 100644
--- a/docs/api/README.md
+++ b/docs/api/README.md
@@ -1,6 +1,6 @@
# Plugin Architecture
-A GitBook plugin is a NPM package that follow a defined convention.
+A GitBook plugin is a NPM package that follows a defined convention.
`gitbook-plugin` is a command line utility to help you create, test and release plugins.
@@ -12,13 +12,13 @@ Install `gitbook-plugin` from NPM:
$ npm install gitbook-plugin -g
```
-Then create your plugin using:
+Then create your plugin:
```
$ gitbook-plugin create
```
-It will prompt you to enter a name and a description.
+You will be asked for a plugin name, and a few other things to complete the creation process.
-### Publish your plugin
+### Publish your plugin
diff --git a/docs/api/components.md b/docs/api/components.md
index f56f582..e323abc 100644
--- a/docs/api/components.md
+++ b/docs/api/components.md
@@ -3,7 +3,7 @@
## Injection
-Plugins can inject components by registering react components to some roles.
+Plugins can inject components by registering React components to some roles.
#### Register a components