Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 11, 2019
1 parent c325e44 commit cd0326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = async function nuxtPWA (moduleOptions) {

// Shared options context
this.options.pwa = { ...(this.options.pwa || {}), ...(moduleOptions || {}) }
const { pwa } = this.options.pwa
const { pwa } = this.options

// Normalize options
for (const name of modules) {
Expand Down

0 comments on commit cd0326e

Please sign in to comment.