From 31ca9885b5d4ce28a2c0cb242af972deab701138 Mon Sep 17 00:00:00 2001 From: Mustapha Hamoui Date: Fri, 3 Sep 2021 10:10:43 +0000 Subject: [PATCH] small grammar fix from "is uses" to "uses" --- .../deployment/hosting-guides/digitalocean.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean.md b/docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean.md index d2107e5e1e..ac244794a5 100644 --- a/docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean.md +++ b/docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/digitalocean.md @@ -153,7 +153,7 @@ postgres=# \q exit ``` -- **OPTIONAL:** If in **Development**, your Strapi project is uses **SQLite**, you will need to install a dependency package called `pg`: +- **OPTIONAL:** If in **Development**, your Strapi project uses **SQLite**, you will need to install a dependency package called `pg`: - On your **Development** computer: