update english docs

This commit is contained in:
Johannes Rappen
2017-03-09 22:19:07 +01:00
parent 86923d03d3
commit 6eada5a2f7
19 changed files with 159 additions and 129 deletions

View File

@@ -1,7 +1,6 @@
# Write a plugin
A plugin is simply a function that takes `hook` as arguments.
The hook supports handling asynchronous tasks.
A plugin is simply a function that takes `hook` as an argument. The hook supports handling of asynchronous tasks.
## Full configuration
@@ -68,4 +67,4 @@ window.$docsify = {
}
]
}
```
```