Skip to content

Commit debc370

Browse files
author
Sascha Goldhofer
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 8873ca0 + 7055eb8 commit debc370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const webpackConfig = {
2424
// output path and filename(s). This should lie within the webpacks output-folder
2525
// if ommited, the input filepath stripped of its extension will be used
2626
output: path.join(process.cwd(), "build", "[name].html"),
27-
// you can als add a [path] variable, which will emit the files with their relative path, like
27+
// you can also add a [path] variable, which will emit the files with their relative path, like
2828
// output: path.join(process.cwd(), "build", [path], "[name].html"),
2929

3030
// data passed to main hbs template: `main-template(data)`

0 commit comments

Comments
 (0)