Skip to content

Commit

Permalink
Fix typo in README.
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
  • Loading branch information
Lee Jarvis authored and rkh committed Oct 11, 2010
1 parent 1fd52d1 commit 3297a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -598,7 +598,7 @@ matching route. If no matching route is found, a 404 is returned.

== Accessing the Request Object

The incoming request object can be accessed form request level (filter, routes, error handlers) through the `request` method:
The incoming request object can be accessed from request level (filter, routes, error handlers) through the `request` method:

# app running on http://example.com/example
get '/foo' do
Expand Down

0 comments on commit 3297a61

Please sign in to comment.