Skip to content

Commit f0d759a

Browse files
Correcting title
1 parent ebe0897 commit f0d759a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/webpack.dev.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const eslintOptions = {
3232
const htmlWebpackOptions = {
3333
inject: 'body',
3434
template: '../src/templates/index.html',
35-
title: 'Vue Easter Egg Loader',
35+
title: 'Vue Easter Egg Trigger',
3636
};
3737

3838
/*

build/webpack.docs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const base = require('./webpack.base.config');
1313
const htmlWebpackOptions = {
1414
inject: 'body',
1515
template: '../src/templates/index.html',
16-
title: 'Vue Easter Egg Loader',
16+
title: 'Vue Easter Egg Trigger',
1717
};
1818

1919
/*

0 commit comments

Comments
 (0)