diff --git a/components/console/helpers/debug_formatter.rst b/components/console/helpers/debug_formatter.rst index 885c89ab69c..b5af8bb9782 100644 --- a/components/console/helpers/debug_formatter.rst +++ b/components/console/helpers/debug_formatter.rst @@ -117,7 +117,7 @@ Stopping a Program ------------------ When a program is stopped, you can use -:method:`Symfony\\Component\\Console\\Helper\\DebugFormatterHelper::run` to +:method:`Symfony\\Component\\Console\\Helper\\DebugFormatterHelper::stop` to notify this to the users:: // ...