From b8c0f123f8a40de63edd91d779b5c7f8627361ce Mon Sep 17 00:00:00 2001 From: cyobrendan <43143380+cyobrendan@users.noreply.github.com> Date: Tue, 1 Jun 2021 19:55:32 -0600 Subject: [PATCH] Update database.md Small grammar update I noticed when combing through the docs. Thanks for all truly valuable contributions you guy make. --- _includes/parse-server/database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/parse-server/database.md b/_includes/parse-server/database.md index 6c7a0328..739039d6 100644 --- a/_includes/parse-server/database.md +++ b/_includes/parse-server/database.md @@ -1,6 +1,6 @@ # Database -Parse Server let you use [MongoDB](https://www.mongodb.org/) or [Postgres](https://www.postgresql.org/) as a database. +Parse Server lets you use [MongoDB](https://www.mongodb.org/) or [Postgres](https://www.postgresql.org/) as a database. The prefered database is MongoDB but Postgres is a great option if you're starting a new project and you expect to have a stable Schema.