From 4b6897ff26ae18f560250d3d03bf54cc2982ae61 Mon Sep 17 00:00:00 2001 From: Jon Cox Date: Sun, 12 Feb 2017 22:45:18 +0000 Subject: [PATCH] HTTP, ResponseRepresentable - Typo fix. --- http/response-representable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/response-representable.md b/http/response-representable.md index fc82b438..87f747b5 100644 --- a/http/response-representable.md +++ b/http/response-representable.md @@ -6,7 +6,7 @@ currentMenu: http-response-representable # ResponseRepresentable -Traditionally HTTP servers take a `Request` and return a `Response`. Vapor is no different, but we can take advantage of Swift's powerful protocols to be a bit more flexible to the user facing api. +Traditionally HTTP servers take a `Request` and return a `Response`. Vapor is no different, but we can take advantage of Swift's powerful protocols to be a bit more flexible to the user facing API. Let's start with the definition of `ResponseRepresentable`