From c01bfc0b8dbf8853a1875893d3e4a4622b851564 Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Mon, 28 Aug 2023 12:54:58 +0200 Subject: [PATCH] [Console] Fix a typo after #18739 --- console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.rst b/console.rst index 7c7f4cfc5d1..cbe1c3816f1 100644 --- a/console.rst +++ b/console.rst @@ -610,7 +610,7 @@ tools capable of helping you with different tasks: * :doc:`/components/console/helpers/table`: displays tabular data as a table * :doc:`/components/console/helpers/debug_formatter`: provides functions to output debug information when running an external program -* :doc:`/components/console/helpers/processhelper`: allows to run processes using ``DebugProcessHelper`` +* :doc:`/components/console/helpers/processhelper`: allows to run processes using ``DebugFormatterHelper`` * :doc:`/components/console/helpers/cursor`: allows to manipulate the cursor in the terminal .. _`exit status`: https://en.wikipedia.org/wiki/Exit_status