Skip to content

Commit aa445e6

Browse files
Apply suggestions from code review
1 parent 997a6f9 commit aa445e6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/static-web-apps/database-mysql.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ To use your Azure database for local development, you need to retrieve the conne
6464

6565
1. Replace the `{your_password}` placeholder in the connection string with your password.
6666

67-
1. Replace the `{your_database}` placeholder with the database name `MyTestPersonDatabase`.
68-
69-
You create the `MyTestPersonDatabase` in the coming steps.
67+
1. Replace the `{your_database}` placeholder with the database name `MyTestPersonDatabase`. You'll create the `MyTestPersonDatabase` in the coming steps.
7068

7169
1. Delete the *SslMode* and the *SslCa* sections of the connection string as these require extra steps and are intended for production purposes.
7270

articles/static-web-apps/database-postgresql.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ To use your Azure database for local development, you need to retrieve the conne
6464

6565
1. Replace the `{your_password}` placeholder in the connection string with your password.
6666

67-
1. Replace the `{your_database}` placeholder with the database name `MyTestPersonDatabase`.
68-
69-
You'll create the `MyTestPersonDatabase` in the coming steps.
67+
1. Replace the `{your_database}` placeholder with the database name `MyTestPersonDatabase`. You'll create the `MyTestPersonDatabase` in the coming steps.
7068

7169
1. Append `Trust Server Certificate=True;` to the connection string to use this connection string for local development.
7270

0 commit comments

Comments
 (0)