Skip to content

Commit

Permalink
fix(create): Fix typo (#2994)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBiegler authored Aug 5, 2024
1 parent d099b79 commit 999e89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/src/gather-user-responses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function gatherUserResponses(
dbType === 'postgres'
? await select({
message:
'Use SSL to connect to the database? (only enable if you database provider supports SSL)',
'Use SSL to connect to the database? (only enable if your database provider supports SSL)',
options: [
{ label: 'no', value: false },
{ label: 'yes', value: true },
Expand Down

0 comments on commit 999e89e

Please sign in to comment.