From 6e87a2b645486250bb9c2a8d275b49876db80274 Mon Sep 17 00:00:00 2001 From: Kuan-Wei Chiu Date: Sun, 3 Sep 2023 07:06:09 +0800 Subject: [PATCH] Fix typo in documentation Fixed a typo in the word 'interfae' by replacing it with 'interface'. --- doc/manual/config-advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/config-advanced.rst b/doc/manual/config-advanced.rst index aff385bd57..72b8016740 100644 --- a/doc/manual/config-advanced.rst +++ b/doc/manual/config-advanced.rst @@ -405,7 +405,7 @@ Clearing the PHP/Symfony cache ------------------------------ Some operations require you to clear the PHP/Symfony cache. To do this, execute -the `webapp/bin/console` (see the Config checker in the admin interfae for the +the `webapp/bin/console` (see the Config checker in the admin interface for the full filesystem path of your installation) binary with the `cache:clear` subcommand:: webapp/bin/console cache:clear