aboutsummaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorAlexei Sholik <[email protected]>2013-11-14 18:47:02 +0200
committerAlexei Sholik <[email protected]>2013-11-14 18:47:02 +0200
commit1c8b6e3c45f3d62e128ffd06376af0d21257302d (patch)
treef30d1348ffe1cec08c9f80ff39f2133ae39e14ea /guide
parent5a25c7f7f2167b8cef03129553e56f422a9890f2 (diff)
downloadcowboy-1c8b6e3c45f3d62e128ffd06376af0d21257302d.tar.gz
cowboy-1c8b6e3c45f3d62e128ffd06376af0d21257302d.tar.bz2
cowboy-1c8b6e3c45f3d62e128ffd06376af0d21257302d.zip
Fix grammar in "how it looks like"
Diffstat (limited to 'guide')
-rw-r--r--guide/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/getting_started.md b/guide/getting_started.md
index 4d3e7ab..6f352ad 100644
--- a/guide/getting_started.md
+++ b/guide/getting_started.md
@@ -157,7 +157,7 @@ we will simply map all URLs to our handler `hello_handler`,
using the wildcard `_` for both the hostname and path parts
of the URL.
-This is how the `hello_erlang_app:start/2` function looks like
+This is what the `hello_erlang_app:start/2` function looks like
with Cowboy initialized.
``` erlang