Skip to content

Commit 1e09299

Browse files
committed
fixed typos
1 parent 43f6ba7 commit 1e09299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/quickstart-deploy-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This quickstart shows how to deploy a Spring Boot web application to Azure Sprin
2323

2424
- A frontend bounded [React](https://reactjs.org/) application.
2525
- A backend Spring web application that uses Spring Data JPA to access a relational database.
26-
- A relational database. For localhost, the application uses [H2 Database Engine](https://www.h2database.com/html/main.html). For Azure Spring Apps, the application uses Azure Database for PreSql. For more information about Azure Database for PreSql, see [Flexible Server documentation](../postgresql/flexible-server/overview.md).
26+
- A relational database. For localhost, the application uses [H2 Database Engine](https://www.h2database.com/html/main.html). For Azure Spring Apps, the application uses Azure Database for PostgreSQL. For more information about Azure Database for PostgreSQL, see [Flexible Server documentation](../postgresql/flexible-server/overview.md).
2727

2828
The following diagram shows the architecture of the system:
2929

0 commit comments

Comments
 (0)