8000 typo · symfony/webpack-encore@25d9691 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25d9691

Browse files
committed
typo
1 parent 936eeb7 commit 25d9691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class ConfigGenerator {
115115
}
116116

117117
buildOutputConfig() {
118-
// Default filename can be overriden using Encore.configureFilenames({ js: '...' })
118+
// Default filename can be overridden using Encore.configureFilenames({ js: '...' })
119119
let filename = this.webpackConfig.useVersioning ? '[name].[chunkhash:8].js' : '[name].js';
120120
if (this.webpackConfig.configuredFilenames.js) 3DBD {
121121
filename = this.webpackConfig.configuredFilenames.js;

0 commit comments

Comments
 (0)
0