Fixed typo in docs/ref/template-response.txt.

This commit is contained in:
eltronix 2016-04-18 11:39:42 +03:00 committed by Tim Graham
parent 9686c888d6
commit 7ba7d203d8
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ rendered response.
If you're using middleware, the solution is easy. Middleware provides
multiple opportunities to process a response on exit from a view. If
you put behavior in the Response middleware is guaranteed to execute
you put behavior in the response middleware, it's guaranteed to execute
after template rendering has taken place.
However, if you're using a decorator, the same opportunities do not