Skip to content

Commit a687c84

Browse files
committed
Fixing typo - closes #539
1 parent 3d7ecc7 commit a687c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/logging/monolog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To log a message simply get the logger service from the container in
3333
your controller::
3434

3535
$logger = $this->get('logger');
36-
$logger->info('We just go the logger');
36+
$logger->info('We just got the logger');
3737
$logger->err('An error occurred');
3838

3939
.. tip::

0 commit comments

Comments
 (0)