From 01ef79bbf6f3f0194282c9986942a94c4bbc6581 Mon Sep 17 00:00:00 2001 From: Cemre Mengu Date: Mon, 19 Nov 2018 11:40:10 +0300 Subject: [PATCH] Fix typo in README (#1257) --- docs/Reply.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reply.md b/docs/Reply.md index 0e1f508f6f..541f9ac1a3 100644 --- a/docs/Reply.md +++ b/docs/Reply.md @@ -76,7 +76,7 @@ reply.redirect('/home') ``` -### .type(contentType, type) +### .type(contentType) Sets the content type for the response. This is a shortcut for `reply.header('Content-Type', 'the/type')`.