aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Ramsden <[email protected]>2013-01-16 13:48:49 -0800
committerRichard Ramsden <[email protected]>2013-01-17 16:14:45 -0800
commitdbecfcc3db7ca07532333a8169cf64c1e2625167 (patch)
tree7b382b3cf1a6fc862b0140c87130cff2837d772e
parent305e639feff66a413e17ed00ff48609c5abba85e (diff)
downloadcowboy-dbecfcc3db7ca07532333a8169cf64c1e2625167.tar.gz
cowboy-dbecfcc3db7ca07532333a8169cf64c1e2625167.tar.bz2
cowboy-dbecfcc3db7ca07532333a8169cf64c1e2625167.zip
Fix typo in the guide introduction
-rw-r--r--guide/introduction.md2
1 files changed, 1 insertions, 1 deletions
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.