From a606b318ba825ca631fd9c756edd3808a5993756 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Tue, 26 Sep 2023 10:26:48 -0400 Subject: [PATCH] Update index.rst Fix debug:twig-component code --- src/TwigComponent/doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TwigComponent/doc/index.rst b/src/TwigComponent/doc/index.rst index 6ad33aa9a84..b14510b21a0 100644 --- a/src/TwigComponent/doc/index.rst +++ b/src/TwigComponent/doc/index.rst @@ -1128,7 +1128,7 @@ who live in ``templates/components``: .. code-block:: terminal - $ php bin/console debug:component + $ php bin/console debug:twig-component +---------------+-----------------------------+------------------------------------+------+ | Component | Class | Template | Live | @@ -1162,7 +1162,7 @@ component details: .. code-block:: terminal - $ php bin/console debug:component RandomNumber + $ php bin/console debug:twig-component RandomNumber +---------------------------------------------------+-----------------------------------+ | Property | Value |