diff --git a/logging/monolog_email.rst b/logging/monolog_email.rst index 70cb7bce745..22be5877228 100644 --- a/logging/monolog_email.rst +++ b/logging/monolog_email.rst @@ -4,7 +4,7 @@ How to Configure Monolog to Email Errors ======================================== -`Monolog`_ can be configured to send an email when an error occurs with an +`Monolog`_ can be configured to send an email when an error occurs within an application. The configuration for this requires a few nested handlers in order to avoid receiving too many emails. This configuration looks complicated at first but each handler is fairly straightforward when