mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Typo in README
This commit is contained in:
parent
f6aaadf082
commit
03dcff7318
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue