From 812de79fcd56129381e043f920b59f1f3782bceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Tue, 9 Jul 2024 13:24:18 +0200 Subject: [PATCH] OP-266 Added a comment to installation.md --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 0c11786..1d1dbfc 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -102,7 +102,7 @@ Add these javascripts to the layout template that includes your subscription for Clear project cache: ```php -bin/console cache:clear +bin/console cache:clear # if there is an issue with translations displaying correctly, clear the cache again. ``` Update your webpack build: