Browse Source

Fix grammar in "how it looks like"

Alexei Sholik 11 years ago
parent
commit
1c8b6e3c45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      guide/getting_started.md

+ 1 - 1
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