aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guide/resp.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/resp.md b/guide/resp.md
index 088b10d..b3da72d 100644
--- a/guide/resp.md
+++ b/guide/resp.md
@@ -52,7 +52,7 @@ client may know how to read the body.
``` erlang
{ok, Req2} = cowboy_req:reply(200, [
- {<<"content-type">>, <<"text/plain">>
+ {<<"content-type">>, <<"text/plain">>}
], "Hello world!", Req).
```