Fix typo in README.

Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com>
This commit is contained in:
Lee Jarvis 2010-10-11 14:18:37 +02:00 committed by Konstantin Haase
parent 1fd52d1f29
commit 3297a61ee4
1 changed files with 1 additions and 1 deletions

View File

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