From ff4a2074e6214b27f788274d144a5778544695d1 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Padhy <2657392+RajeshKumarPadhy@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:21:47 +0530 Subject: [PATCH] Update local-setup.mdx: Fix typo (#1646) --- docs/docs/developer/local-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/developer/local-setup.mdx b/docs/docs/developer/local-setup.mdx index 467661c06..0db0e7f43 100644 --- a/docs/docs/developer/local-setup.mdx +++ b/docs/docs/developer/local-setup.mdx @@ -14,7 +14,7 @@ Twenty is designed to be developer-friendly, and your local installation should In a nutshell: - We recommend using `yarn` installation but we also provide an easy way to run the project with Docker. -- Twenty uses PostgreSQL as a database. If you don't a PostgreSQL instance available, we also provide a one-line command to provision one through Docker. +- Twenty uses PostgreSQL as a database. If you don't have a PostgreSQL instance available, we also provide a one-line command to provision one through Docker. The repository is structured as follows: ```