Przeglądaj źródła

fix(create): Fix typo (#2994)

Daniel Biegler 1 rok temu
rodzic
commit
999e89e6d2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/create/src/gather-user-responses.ts

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