Browse Source

Fix grammar

Co-Authored-By: Mark Story <mark@mark-story.com>
ADmad 6 years ago
parent
commit
6311307671
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Error/Middleware/ErrorHandlerMiddleware.php

+ 1 - 1
src/Error/Middleware/ErrorHandlerMiddleware.php

@@ -50,7 +50,7 @@ class ErrorHandlerMiddleware implements MiddlewareInterface
      *
      *
      * - `trace` Should error logs include stack traces?
      * - `trace` Should error logs include stack traces?
      * - `exceptionRenderer` The renderer instance or class name to use or a callable factory
      * - `exceptionRenderer` The renderer instance or class name to use or a callable factory
-     *   which return \Cake\Error\ExceptionRendererInterface instance.
+     *   which returns a \Cake\Error\ExceptionRendererInterface instance.
      *   Defaults to \Cake\Error\ExceptionRenderer
      *   Defaults to \Cake\Error\ExceptionRenderer
      *
      *
      * @var array
      * @var array