Skip to content

Commit e61ccc6

Browse files
committed
minor #12412 Fix invalid reference to importing JavaScript (artmatsak)
This PR was merged into the 4.3 branch. Discussion ---------- Fix invalid reference to importing JavaScript The code block imports CSS but the comment above it talks about importing "some JavaScript". Commits ------- cd84f1b Fix invalid reference to importing JavaScript
2 parents d537853 + cd84f1b commit e61ccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation.rst

Lines changed: 1 addition & 1 deletion
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)