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

Commit 904a26f

Browse files
th1988clarkdo
andauthored
fix(prompts): change JAMstack to Jamstack (#742)
Co-authored-by: Xin Du (Clark) <[email protected]>
1 parent 1cfe0d4 commit 904a26f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/create-nuxt-app/lib/prompts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = [
103103
type: 'list',
104104
choices: [
105105
{ name: 'Server (Node.js hosting)', value: 'server' },
106-
{ name: 'Static (Static/JAMStack hosting)', value: 'static' }
106+
{ name: 'Static (Static/Jamstack hosting)', value: 'static' }
107107
],
108108
default: 'server'
109109
},

packages/create-nuxt-app/test/snapshots/index.test.js.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3503,7 +3503,7 @@ Generated by [AVA](https://avajs.dev).
35033503
}␊
35043504
`
35053505

3506-
## verify target: Static (Static/JAMStack hosting)
3506+
## verify target: Static (Static/Jamstack hosting)
35073507

35083508
> Generated files
35093509
Binary file not shown.

0 commit comments

Comments
 (0)