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`