diff options
| author | eltronix <lt.eltronix@gmail.com> | 2016-04-18 11:39:42 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-18 07:50:13 -0400 |
| commit | 7ba7d203d8044da923b2b18fa82e59e62e4bf809 (patch) | |
| tree | db7a87c0f078aa922e4153380f45272b08d6f3bc | |
| parent | 9686c888d6a0632e37b2fc70069128dc940c4b38 (diff) | |
Fixed typo in docs/ref/template-response.txt.
| -rw-r--r-- | docs/ref/template-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/template-response.txt b/docs/ref/template-response.txt index 6e9ac4cd7f..6e2f736281 100644 --- a/docs/ref/template-response.txt +++ b/docs/ref/template-response.txt @@ -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 |
