A small typo fix #86

Open
wants to merge 1 commit into
from
Jump to file
+1 −1

A small typo fix

commit 1eba95c42c89e5263345c71151e64de6c8c64597 @orend orend committed Sep 17, 2015
View
2 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.