Skip to content

Commit 802ee9c

Browse files
leonardsimonsejycouetmanuel3108
authored
docs: use consistent wording for setup question (#806)
* docs: use consistent wording for setup question * Create changeset * Update .changeset/perfect-pigs-march.md Co-authored-by: Manuel <[email protected]> --------- Co-authored-by: jyc.dev <[email protected]> Co-authored-by: Manuel <[email protected]>
1 parent 42e1b36 commit 802ee9c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/perfect-pigs-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"sv": patch
3+
---
4+
5+
fix(mcp): use consistent wording for setup question

packages/addons/mcp/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const options = defineAddonOptions()
1919
required: true
2020
})
2121
.add('setup', {
22-
question: 'What setup you want to use?',
22+
question: 'What setup would you like to use?',
2323
type: 'select',
2424
default: 'remote',
2525
options: [

0 commit comments

Comments
 (0)