From cd84f1b9a9abf1ad324255b1213f9c02b4089cd6 Mon Sep 17 00:00:00 2001 From: Art Matsak Date: Thu, 3 Oct 2019 12:55:07 +0200 Subject: [PATCH] Fix invalid reference to importing JavaScript --- frontend/encore/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/installation.rst b/frontend/encore/installation.rst index 0518bf6d853..fb48dba00d1 100644 --- a/frontend/encore/installation.rst +++ b/frontend/encore/installation.rst @@ -99,7 +99,7 @@ is the main config file for both Webpack and Webpack Encore: module.exports = Encore.getWebpackConfig(); Next, create a new ``assets/js/app.js`` file with some basic JavaScript *and* -import some JavaScript: +import some CSS: .. code-block:: javascript