mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix a minor spell mistake
Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
This commit is contained in:
parent
5339daccf4
commit
df7cc200ca
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ The incoming request object can be accessed from request level (filter, routes,
|
|||
request.path # "/example/foo"
|
||||
request.ip # client IP address
|
||||
request.secure? # false
|
||||
requuest.env # raw env hash handed in by Rack
|
||||
request.env # raw env hash handed in by Rack
|
||||
end
|
||||
|
||||
Some options, like <tt>script_name</tt> or <tt>path_info</tt> can also be
|
||||
|
|
Loading…
Reference in a new issue