Skip to content

Commit

Permalink
Change JAMstack to Jamstack
Browse files Browse the repository at this point in the history
See jamstack/jamstack.org#279 for reference
  • Loading branch information
th1988 authored Mar 7, 2021
1 parent f4d543b commit ca2def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-nuxt-app/lib/prompts.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = [
type: 'list',
choices: [
{ name: 'Server (Node.js hosting)', value: 'server' },
{ name: 'Static (Static/JAMStack hosting)', value: 'static' }
{ name: 'Static (Static/Jamstack hosting)', value: 'static' }
],
default: 'server'
},
Expand Down

0 comments on commit ca2def3

Please sign in to comment.