From 1c8b6e3c45f3d62e128ffd06376af0d21257302d Mon Sep 17 00:00:00 2001 From: Alexei Sholik Date: Thu, 14 Nov 2013 18:47:02 +0200 Subject: Fix grammar in "how it looks like" --- guide/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide') 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 -- cgit v1.2.3