1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Typo in README

This commit is contained in:
Ryan Tomayko 2009-12-13 12:23:38 -08:00
parent f6aaadf082
commit 03dcff7318

View file

@ -298,7 +298,7 @@ filters are accessible by routes and templates:
end end
After filter are evaluated after each request within the context of the 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: set in before filters and routes are accessible by after filters:
after do after do