From f664329b0b11bdaa74f694260b3e3b3678f83d81 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Thu, 27 Jun 2013 01:01:01 +0200 Subject: Minor corrections of the guide --- guide/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide/getting_started.md') diff --git a/guide/getting_started.md b/guide/getting_started.md index 812b1e0..abd807a 100644 --- a/guide/getting_started.md +++ b/guide/getting_started.md @@ -50,7 +50,7 @@ we will just use the plain HTTP handler, which has three callback functions: init/3, handle/2 and terminate/3. You can find more information about the arguments and possible return values of these callbacks in the [cowboy_http_handler function reference](http://ninenines.eu/docs/en/cowboy/HEAD/manual/cowboy_http_handler). -Following is an example of a simple HTTP handler module. +Here is an example of a simple HTTP handler module. ``` erlang -module(my_handler). -- cgit v1.2.3