Skip to content

Commit

Permalink
minor #1144 Update index.rst (tacman)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Sep 26, 2023
2 parents 62cd132 + a606b31 commit 0ee0b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TwigComponent/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -1162,7 +1162,7 @@ component details:

.. code-block:: terminal
$ php bin/console debug:component RandomNumber
$ php bin/console debug:twig-component RandomNumber
+---------------------------------------------------+-----------------------------------+
| Property | Value |
Expand Down

0 comments on commit 0ee0b79

Please sign in to comment.