From 38b1437bb87e22c1826c5f77ef14365983186ac9 Mon Sep 17 00:00:00 2001 From: Steffen Waldmann Date: Wed, 6 Sep 2023 23:15:47 +0200 Subject: [PATCH] Fix typo in Postgres guide --- guides/databases-postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/databases-postgres.md b/guides/databases-postgres.md index 94b99dfb9..dd833fb96 100644 --- a/guides/databases-postgres.md +++ b/guides/databases-postgres.md @@ -314,7 +314,7 @@ When deploying to Cloud Foundry, this can be accomplished by providing a simple ## Step-by-Step Instructions -Here's a step by step guide to add PostgreSQL to an existing project and deploy to SAP BTP. We assume that the following prerequiistes are fulfilled: +Here's a step by step guide to add PostgreSQL to an existing project and deploy to SAP BTP. We assume that the following prerequisites are fulfilled: 1. An existing instance of PostgreSQL running. For this example the instance name `my-postgres-db` is used. 2. Service definition(s) and data model are in place (content in _/srv_ and _/db_ folder)