From 170e67b95653eae049c8efcf1383adbbc39c6d55 Mon Sep 17 00:00:00 2001 From: Julien Falque Date: Mon, 18 Sep 2017 23:29:01 +0200 Subject: [PATCH] Fix typo --- logging/monolog_console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/monolog_console.rst b/logging/monolog_console.rst index 88ff07c0a04..b0f0e40760f 100644 --- a/logging/monolog_console.rst +++ b/logging/monolog_console.rst @@ -111,7 +111,7 @@ example, in ``config_dev.yml``: Now, log messages will be shown on the console based on the log levels and verbosity. By default (normal verbosity level), warnings and higher will be shown. But in -:doc:`full verbostiy mode `, all messages will be shown. +:doc:`full verbosity mode `, all messages will be shown. .. _ConsoleHandler: https://github.com/symfony/MonologBridge/blob/master/Handler/ConsoleHandler.php .. _MonologBridge: https://github.com/symfony/MonologBridge