Skip to content

Commit d43ae25

Browse files
authored
Fix typo in README
1 parent e146ada commit d43ae25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
new WebpackWarPlugin({
6565
archiveName: 'archive',
6666
webInf: './web-inf',
67-
additionalElemens: [
67+
additionalElements: [
6868
{ path: 'context/context.xml', destPath: 'META-INF/context.xml'},
6969
{ path: 'package.json' },
7070
{ path: 'images', destPath: 'assets/images' }

0 commit comments

Comments
 (0)