From dbecfcc3db7ca07532333a8169cf64c1e2625167 Mon Sep 17 00:00:00 2001 From: Richard Ramsden Date: Wed, 16 Jan 2013 13:48:49 -0800 Subject: Fix typo in the guide introduction --- guide/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide') diff --git a/guide/introduction.md b/guide/introduction.md index 0ac99e5..4d1dacc 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -110,5 +110,5 @@ terminate(Req, State) -> ``` The `Req` variable above is the Req object, which allows the developer -to obtain informations about the request and to perform a reply. Its usage +to obtain information about the request and to perform a reply. Its usage is explained in its respective section of the guide. -- cgit v1.2.3