docs request: typo

This commit is contained in:
Jonathan Ong 2013-12-18 23:47:48 -08:00
parent 6761caa09d
commit 039805265f

View file

@ -1,4 +1,3 @@
# Request # Request
A Koa `Request` object is an abstraction on top of node's vanilla request object, 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 ### 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. issued via TLS.
### req.ip ### req.ip