docs request: typo

master
Jonathan Ong 2013-12-18 23:47:48 -08:00
parent 6761caa09d
commit 039805265f
1 changed files with 1 additions and 2 deletions

View File

@ -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