diff --git a/docs/api/request.md b/docs/api/request.md index a2cfb50..1f1d21e 100644 --- a/docs/api/request.md +++ b/docs/api/request.md @@ -1,4 +1,3 @@ - # Request A Koa `Request` object is an abstraction on top of node's vanilla request object, @@ -124,7 +123,7 @@ this.body = yield db.find('something'); ### req.secure - Shorthand for `this.protocol == "https"` to check if a requset was + Shorthand for `this.protocol == "https"` to check if a request was issued via TLS. ### req.ip