Skip to content

Commit 4f47dec

Browse files
committed
minor #4837 Monolog Cookbook Typo Fix: "allows to" should be "allows you to" (mattjanssen)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4837). Discussion ---------- Monolog Cookbook Typo Fix: "allows to" should be "allows you to" | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | none Commits ------- 2b73801 Typo Fix: "allows to" should be "allows you to"
2 parents 9742b92 + 2b73801 commit 4f47dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/logging/monolog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ easily. Your formatter must implement
221221
Adding some extra Data in the Log Messages
222222
------------------------------------------
223223

224-
Monolog allows to process the record before logging it to add some
224+
Monolog allows you to process the record before logging it to add some
225225
extra data. A processor can be applied for the whole handler stack or
226226
only for a specific handler.
227227

0 commit comments

Comments
 (0)