Skip to content

Commit 73fb9e7

Browse files
authored
Pedantic grammar fix (#732)
"setup" is a noun and "set up" is a verb. This updates the init script to choose the correct one.
1 parent a732726 commit 73fb9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remix.init/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async function setupDeployment({ rootDirectory }) {
113113
name: 'shouldSetupDeployment',
114114
type: 'confirm',
115115
default: true,
116-
message: 'Would you like to setup deployment right now?',
116+
message: 'Would you like to set up deployment right now?',
117117
},
118118
])
119119

0 commit comments

Comments
 (0)