aboutsummaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-11-15 22:08:26 +0100
committerLoïc Hoguin <[email protected]>2013-11-15 22:08:26 +0100
commitdf818625545d565b8b76fbc445063a4822114b93 (patch)
tree309c3bc899c50660a3e042abacc563c9cd0dc579 /guide
parent62a47914d88c0662107aeb7ec7cbc5006db6df31 (diff)
parent1c8b6e3c45f3d62e128ffd06376af0d21257302d (diff)
downloadcowboy-df818625545d565b8b76fbc445063a4822114b93.tar.gz
cowboy-df818625545d565b8b76fbc445063a4822114b93.tar.bz2
cowboy-df818625545d565b8b76fbc445063a4822114b93.zip
Merge branch 'patch-1' of git://github.com/alco/cowboy
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 6befa5c..8c01c7d 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