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

Fix grammar in "how it looks like"

This commit is contained in:
Alexei Sholik 2013-11-14 18:47:02 +02:00
parent 5a25c7f7f2
commit 1c8b6e3c45

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