summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/template-response.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/template-response.txt b/docs/ref/template-response.txt
index 95595a0afa..0a56c1c105 100644
--- a/docs/ref/template-response.txt
+++ b/docs/ref/template-response.txt
@@ -303,7 +303,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