Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit

Permalink
fix(prompts): change JAMstack to Jamstack (#742)
Browse files Browse the repository at this point in the history
Co-authored-by: Xin Du (Clark) <[email protected]>
  • Loading branch information
th1988 and clarkdo authored Mar 10, 2021
1 parent 1cfe0d4 commit 904a26f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion packages/create-nuxt-app/test/snapshots/index.test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -3503,7 +3503,7 @@ Generated by [AVA](https://avajs.dev).
}␊
`

## verify target: Static (Static/JAMStack hosting)
## verify target: Static (Static/Jamstack hosting)

> Generated files
Expand Down
Binary file modified packages/create-nuxt-app/test/snapshots/index.test.js.snap
Binary file not shown.

0 comments on commit 904a26f

Please sign in to comment.