Explorar el Código

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

eltronix hace 9 años
padre
commit
7ba7d203d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/ref/template-response.txt

+ 1 - 1
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