docs: fix grammar

master
Asiel Leal 2018-06-30 13:30:22 -04:00 committed by Yiyu He
parent 2cdbc52e38
commit cde0bb10e9
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ app.use(async ctx => {
Note:
- Many properties on `ctx` are defined using getters, setters, and `Object.defineProperty()`. You can only edit these properties (not recommended) by using `Object.defineProperty()` on `app.context`. See https://github.com/koajs/koa/issues/652.
- Mounted apps currently use its parent's `ctx` and settings. Thus, mounted apps are really just groups of middleware.
- Mounted apps currently use their parent's `ctx` and settings. Thus, mounted apps are really just groups of middleware.
## Error Handling