0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Merge branch 'patch-1' of git://github.com/alco/cowboy

This commit is contained in:
Loïc Hoguin 2013-11-15 22:08:26 +01:00
commit df81862554

View file

@ -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