Skip to content

Commit b8ad006

Browse files
Karen BaneyKaren Baney
authored andcommitted
Fix spelling of short name
1 parent 2e6f443 commit b8ad006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = (api, options, rootOptions) => {
2424
// set up pwa configuration
2525
let pwaConfig = {
2626
name: 'PWA App',
27-
shorName: 'App',
27+
shortName: 'App',
2828
themeColor: '#4DBA87',
2929
msTileColor: '#000000',
3030
manifestOptions: {

0 commit comments

Comments
 (0)