Skip to content

Commit

Permalink
fix typo "following" (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhwt committed Sep 12, 2020
1 parent ff521d3 commit 2a6af90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/single_logger.php
Expand Up @@ -7,5 +7,5 @@
$logger->pushHandler(new Monolog\Handler\StreamHandler('php://stdout'));
$logger->info('Hellooooo World!');

// you should see the follwing in the stdout:
// you should see the following in the stdout:
// [YYYY-mm-dd hh:mm:ss] some_logger.INFO: Hellooooo World!

0 comments on commit 2a6af90

Please sign in to comment.