Skip to content

Commit 524af82

Browse files
author
Patrick Taddey
committed
Corrected comments
1 parent 5fcaf86 commit 524af82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,14 +966,14 @@ class Encore {
966966
}
967967

968968
/**
969-
* Configure the css-loader.
969+
* Configure the style-loader.
970970
*
971971
* https://github.com/webpack-contrib/style-loader#Options
972972
*
973973
* ```
974974
* Encore.configureStyleLoader(function(config) {
975975
* // change the config
976-
* // config.injectType: 'styleTag'
976+
* // config.injectType = 'styleTag';
977977
* });
978978
* ```
979979
*

0 commit comments

Comments
 (0)