diff --git a/docs/api/context.md b/docs/api/context.md index 6fd744b..0158b33 100644 --- a/docs/api/context.md +++ b/docs/api/context.md @@ -126,6 +126,7 @@ throw err; - `ctx.querystring` - `ctx.querystring=` - `ctx.length` + - `ctx.type` - `ctx.host` - `ctx.host=` - `ctx.fresh` @@ -152,7 +153,6 @@ throw err; - `ctx.status` - `ctx.status=` - `ctx.length=` - - `ctx.type` - `ctx.type=` - `ctx.headerSent` - `ctx.redirect()` @@ -160,4 +160,4 @@ throw err; - `ctx.set()` - `ctx.remove()` - `ctx.lastModified=` - - `ctx.etag=` \ No newline at end of file + - `ctx.etag=`