docs: fix grammar
This commit is contained in:
parent
2cdbc52e38
commit
cde0bb10e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue