From b5a455bba92cc0fcf85da1c7fd3fed1fcea40632 Mon Sep 17 00:00:00 2001 From: Chris Eidhof Date: Tue, 28 Apr 2015 16:32:02 +0200 Subject: [PATCH] Update README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 9219254..c136feb 100644 --- a/README.markdown +++ b/README.markdown @@ -41,7 +41,7 @@ Note how the inner most handler receives a `HTTPRequest` and in response calls t ## Known Issues - * Better documentaiton. ;) + * Better documentation. ;) * No support for [HTTP persistent connection](https://en.wikipedia.org/wiki/HTTP_persistent_connection). This could be added. * Clean up GCD queue usage. Currently this is a bit confusing and not streamlined. * Better shutdown support. It may be good to be able to wait for the server to have shut down, e.g. by exposing a `dispatch_group_t`.