1
0
Daniel Biegler 1 жил өмнө
parent
commit
999e89e6d2

+ 1 - 1
packages/create/src/gather-user-responses.ts

@@ -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 },