From 5f176817be2e3a669c995a94cb372baf9106ecbf Mon Sep 17 00:00:00 2001 From: Prokyonn Date: Mon, 24 Jun 2024 11:46:52 +0200 Subject: [PATCH] Fix command typo --- bundles/reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/reference.rst b/bundles/reference.rst index 6bcc6c5e..83a24819 100644 --- a/bundles/reference.rst +++ b/bundles/reference.rst @@ -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 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 + bin/console sulu:reference:refresh .. note::