Skip to content

Commit 8ffabc5

Browse files
ArnaudLierArnaud Lier
andauthored
Fix small typo in symfony/webpack-encore-bundle (#1100)
Co-authored-by: Arnaud Lier <[email protected]>
1 parent 6f4230f commit 8ffabc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/webpack-encore-bundle/1.10/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Encore
1111
.setOutputPath('public/build/')
1212
// public path used by the web server to access the output path
1313
.setPublicPath('/build')
14-
// only needed for CDN's or sub-directory deploy
14+
// only needed for CDN's or subdirectory deploy
1515
//.setManifestKeyPrefix('build/')
1616

1717
/*

0 commit comments

Comments
 (0)