0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Fix typo in the guide introduction

This commit is contained in:
Richard Ramsden 2013-01-16 13:48:49 -08:00
parent 305e639fef
commit dbecfcc3db

View file

@ -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.