Skip to content

Commit

Permalink
Fix typo in README (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemremengu authored and mcollina committed Nov 19, 2018
1 parent c53174c commit 01ef79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reply.md
Expand Up @@ -76,7 +76,7 @@ reply.redirect('/home')
```

<a name="type"></a>
### .type(contentType, type)
### .type(contentType)
Sets the content type for the response.
This is a shortcut for `reply.header('Content-Type', 'the/type')`.

Expand Down

0 comments on commit 01ef79b

Please sign in to comment.