Typo in README

This commit is contained in:
Ryan Tomayko 2009-12-13 12:23:38 -08:00
parent f6aaadf082
commit 03dcff7318
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ filters are accessible by routes and templates:
end
After filter are evaluated after each request within the context of the
require and can also modify the request and response. Instance variables
request and can also modify the request and response. Instance variables
set in before filters and routes are accessible by after filters:
after do