Skip to content

Commit fa13362

Browse files
committed
Fix typo
PostgreSql -> PostgreSQL
1 parent d3fed19 commit fa13362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/microservices-dapr-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this tutorial, you create a microservice to demonstrate [Dapr's Bindings API]
1919
> * Run the application locally with the Dapr CLI.
2020
> * Deploy the application to Azure Container Apps via the Azure Developer CLI with the provided Bicep.
2121
22-
The service listens to input binding events from a system CRON and then outputs the contents of local data to a PostgreSql output binding.
22+
The service listens to input binding events from a system CRON and then outputs the contents of local data to a PostgreSQL output binding.
2323

2424
:::image type="content" source="media/microservices-dapr-azd/bindings-quickstart.png" alt-text="Diagram of the binding application.":::
2525

0 commit comments

Comments
 (0)