From de4f76b954b274da02750722e1ace8aa61ab9a0f Mon Sep 17 00:00:00 2001 From: Do Hoerin Date: Sun, 28 May 2017 00:56:48 +0900 Subject: [PATCH] Fix incorrect function name in sample code --- 2.0/docs/http/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/docs/http/client.md b/2.0/docs/http/client.md index b007730a..c67c338c 100644 --- a/2.0/docs/http/client.md +++ b/2.0/docs/http/client.md @@ -48,7 +48,7 @@ req.formURLEncoded = Node(node: [ "email": "mymail@vapor.codes" ]) -try drop.client.response(to: req) +try drop.client.respond(to: req) ``` ## Re-usable Connection