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:
parent
305e639fef
commit
dbecfcc3db
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue