Skip to content

Commit cd84f1b

Browse files
authored
Fix invalid reference to importing JavaScript
1 parent 7f54d16 commit cd84f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ is the main config file for both Webpack and Webpack Encore:
9999
module.exports = Encore.getWebpackConfig();
100100
101101
Next, create a new ``assets/js/app.js`` file with some basic JavaScript *and*
102-
import some JavaScript:
102+
import some CSS:
103103

104104
.. code-block:: javascript
105105

0 commit comments

Comments
 (0)