From 039805265fec58ceb8644a8ceef19bc8aaff0443 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Wed, 18 Dec 2013 23:47:48 -0800 Subject: [PATCH] docs request: typo --- docs/api/request.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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