Skip to content

Commit 0ee0b79

Browse files
committed
minor #1144 Update index.rst (tacman)
This PR was merged into the 2.x branch. Discussion ---------- Update index.rst Fix debug:twig-component code | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Error in the way the command was run. Commits ------- a606b31 Update index.rst
2 parents 62cd132 + a606b31 commit 0ee0b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ who live in ``templates/components``:
11281128

11291129
.. code-block:: terminal
11301130
1131-
$ php bin/console debug:component
1131+
$ php bin/console debug:twig-component
11321132
11331133
+---------------+-----------------------------+------------------------------------+------+
11341134
| Component | Class | Template | Live |
@@ -1162,7 +1162,7 @@ component details:
11621162

11631163
.. code-block:: terminal
11641164
1165-
$ php bin/console debug:component RandomNumber
1165+
$ php bin/console debug:twig-component RandomNumber
11661166
11671167
+---------------------------------------------------+-----------------------------------+
11681168
| Property | Value |

0 commit comments

Comments
 (0)