1
0
Fork 0
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:
Wu Jiang 2010-10-24 12:39:35 +08:00 committed by Konstantin Haase
parent 5339daccf4
commit df7cc200ca

View file

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