diff options
author | Richard Ramsden <[email protected]> | 2013-01-16 13:48:49 -0800 |
---|---|---|
committer | Richard Ramsden <[email protected]> | 2013-01-17 16:14:45 -0800 |
commit | dbecfcc3db7ca07532333a8169cf64c1e2625167 (patch) | |
tree | 7b382b3cf1a6fc862b0140c87130cff2837d772e /guide/introduction.md | |
parent | 305e639feff66a413e17ed00ff48609c5abba85e (diff) | |
download | cowboy-dbecfcc3db7ca07532333a8169cf64c1e2625167.tar.gz cowboy-dbecfcc3db7ca07532333a8169cf64c1e2625167.tar.bz2 cowboy-dbecfcc3db7ca07532333a8169cf64c1e2625167.zip |
Fix typo in the guide introduction
Diffstat (limited to 'guide/introduction.md')
-rw-r--r-- | guide/introduction.md | 2 |
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. |