Skip to content

Commit

Permalink
Fix Reference command typo (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prokyonn authored Jun 24, 2024
1 parent cd2ce6a commit 394d8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Refresh references
------------------

The references are automatically updated upon saving an entity. You also have the option to manually update the
references by executing the `bin/console sulu:references:refresh` command. This command optionally accepts the
references by executing the `bin/console sulu:reference:refresh` command. This command optionally accepts the
<resource-key> argument. When this argument is provided, only the references for the specified resource key will be refreshed.

.. code-block:: bash
bin/console sulu:references:refresh <resource-key>
bin/console sulu:reference:refresh <resource-key>
.. note::

Expand Down

0 comments on commit 394d8f3

Please sign in to comment.