Skip to content

Commit

Permalink
Merge pull request cakephp#3904 from cakephp/2.x-error-config
Browse files Browse the repository at this point in the history
Improve wording
  • Loading branch information
dereuromark committed Apr 14, 2016
2 parents 5b43403 + 77685bb commit 90bc71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/development/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Error configuration

Error configuration is done inside your application's ``app/Config/core.php``
file. You can define a callback to be fired each time your application triggers
any PHP error - exceptions are handled :doc:`/development/exceptions` separately.
any PHP error. :doc:`/development/exceptions` are handled separately.
The callback can be any PHP callable, including an anonymous function. The
default error handling configuration looks like::

Expand Down

0 comments on commit 90bc71c

Please sign in to comment.