diff --git a/docs/docs/developer/local-setup.mdx b/docs/docs/developer/local-setup.mdx index e4faf0ce9..ad0856cd7 100644 --- a/docs/docs/developer/local-setup.mdx +++ b/docs/docs/developer/local-setup.mdx @@ -36,7 +36,7 @@ git clone git@github.com:twentyhq/twenty.git ``` -### 3. PostgresSQL database +### 3. PostgreSQL database You also need to have a PosgresSQL database available. If you already have one available, you can skip this step. If you don't, you can provision one through `docker` using the following command: @@ -46,7 +46,7 @@ cd twenty make provision-postgres ``` -This will create a docker container, exposing a PostgresSQL instance at [http://localhost:5432](http://localhost:5432). +This will create a docker container, exposing a PostgreSQL instance at [http://localhost:5432](http://localhost:5432). ### 4. Setup env variables @@ -179,4 +179,4 @@ Then run commands through yarn: ``` cd server yarn prisma:reset -``` \ No newline at end of file +```