From 0db9339e29fd48faef953374f206f2b9b31122e4 Mon Sep 17 00:00:00 2001 From: Manuel Kiessling Date: Wed, 7 Mar 2012 17:17:00 +0100 Subject: [PATCH] "respond object" typo fixed as suggested by @cantbecool --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 443f282..9275368 100644 --- a/index.html +++ b/index.html @@ -2333,7 +2333,7 @@

Responding request handlers with non-blocking operations

Same pattern: instead of expecting a return value from our - request handlers, we pass the respond object on. + request handlers, we pass the response object on.