From a02518275a06835e4fdd1a3af59d7c4c0408d25b Mon Sep 17 00:00:00 2001 From: Steven Degutis Date: Thu, 13 Dec 2012 19:05:34 -0600 Subject: [PATCH] Update SPEC Fixes an typo. --- SPEC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC b/SPEC index db0548a3..e4a2aed3 100644 --- a/SPEC +++ b/SPEC @@ -25,7 +25,7 @@ Adapters are implemented as functions of two arguments: a handler and an options map. The options map provides any needed configuration to the adapter, such as the port on which to run. -Once initialized, adapters receive HTTP requests, parse them to construct an +Once initialized, adapters receive HTTP requests, parse them to construct a request map, and then invoke their handler with this request map as an argument. Once the handler returns a response map, the adapter uses it to construct and send an HTTP response to the client.