Skip to content

Commit bbf53b4

Browse files
author
Grégoire Paris
committed
remove extra word
1 parent 1494c08 commit bbf53b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/logging/monolog_email.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ get logged on the server as well as the emails being sent:
112112
The default spool setting for swiftmailer is set to ``memory``, which
113113
means that emails are sent at the very end of the request. However, this
114114
does not work with buffered logs at the moment. In order to enable emailing
115-
logs per the example below, you are must comment out the ``spool: { type: memory }``
115+
logs per the example below, you must comment out the ``spool: { type: memory }``
116116
line in the ``config.yml`` file.
117117

118118
.. configuration-block::

0 commit comments

Comments
 (0)