From 3297a61ee4edad0c53349c3f8683970ad8a7a190 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Mon, 11 Oct 2010 14:18:37 +0200 Subject: [PATCH] Fix typo in README. Signed-off-by: Konstantin Haase --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ca591bee..b53a01ab 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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