Skip to content

Commit 11a256b

Browse files
committed
fix spelling and consistencies
1 parent 8889a11 commit 11a256b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/concepts/managed-storage/managed-mongodb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ services:
6969
x-defang-mongodb: true
7070
```
7171

72-
:::warning[Deleting a GCP Firestore Mongo Database ]
73-
Please be aware GCP Firestore does not allow deleting of your database when you down your project use `defang compose down`. You must go to the [GCP Cloud Console for Firestore](https://console.cloud.google.com/firestore/databases/) to delete it.
72+
:::warning[Deleting a GCP Firestore MongoDB Database]
73+
Please be aware that GCP Firestore does not allow deletion of your database when you bring down your project using `defang compose down`. You must go to the [GCP Cloud Console for Firestore](https://console.cloud.google.com/firestore/databases/) to delete it manually.
7474
:::
7575

7676
:::warning[Version]
7777
AWS DocumentDB is compatible with MongoDB 3.6, 4.0, and 5.0. The `mongo:5` image is compatible with DocumentDB 5.0, so we recommend using this version for your MongoDB service. Deployment will fail for versions higher than 5.
7878

79-
GCP Firestore does now have a configurable version.
79+
GCP Firestore does not have a configurable version.
8080
:::

0 commit comments

Comments
 (0)