From 85f47510af5abe18aa3edd5e89b40bdfc247bc3d Mon Sep 17 00:00:00 2001 From: Kevin Verschaeve Date: Thu, 18 Jul 2019 14:39:10 +0200 Subject: [PATCH] [Encore] Fix typo --- frontend/encore/simple-example.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/simple-example.rst b/frontend/encore/simple-example.rst index 15dc97a8702..e6699ec1078 100644 --- a/frontend/encore/simple-example.rst +++ b/frontend/encore/simple-example.rst @@ -322,7 +322,7 @@ Compiling Only a CSS File .. caution:: Using ``addStyleEntry()`` is supported, but not recommended. A better option - is to use follow the pattern above: use ``addEntry()`` to point to a JavaScript + is to follow the pattern above: use ``addEntry()`` to point to a JavaScript file, then require the CSS needed from inside of that. If you want to only compile a CSS file, that's possible via ``addStyleEntry()``: