Skip to content

Commit 94da0c2

Browse files
authored
language tweak
1 parent 9dd6ca4 commit 94da0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WebpackConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ class WebpackConfig {
730730
}
731731

732732
configureLoaderRule(name, callback) {
733-
logger.warning('Be careful when using Encore.configureLoaderRule(), this is a low-level method that can potentially breaks Encore and Webpack when not used carefully.');
733+
logger.warning('Be careful when using Encore.configureLoaderRule(), this is a low-level method that can potentially break Encore and Webpack when not used carefully.');
734734

735735
// Key: alias, Value: existing loader in `this.loaderConfigurationCallbacks`
736736
const aliases = {

0 commit comments

Comments
 (0)