From cde0bb10e9e583ab273b488a6ea857440a2ac444 Mon Sep 17 00:00:00 2001 From: Asiel Leal Date: Sat, 30 Jun 2018 13:30:22 -0400 Subject: [PATCH] docs: fix grammar --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index 7969872..504a7f8 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -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