From 1e2c5bb8de094fbb9044b724456e793f74dc3fc4 Mon Sep 17 00:00:00 2001
From: BOHEUS <56270748+BOHEUS@users.noreply.github.com>
Date: Sun, 13 Oct 2024 18:20:07 +0200
Subject: [PATCH] Typo in local-setup.mdx (#7647)
---
.../twenty-website/src/content/developers/local-setup.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/twenty-website/src/content/developers/local-setup.mdx b/packages/twenty-website/src/content/developers/local-setup.mdx
index 69cf9cb630e7..5bd90da66a6d 100644
--- a/packages/twenty-website/src/content/developers/local-setup.mdx
+++ b/packages/twenty-website/src/content/developers/local-setup.mdx
@@ -252,7 +252,7 @@ Make sure to run yarn in the root directory and then run `npx nx server:dev twen
#### Lint on Save not working
-This should work out of the box with the eslint extension installed. If this doens't work try adding this to your vscode setting (on the dev container scope):
+This should work out of the box with the eslint extension installed. If this doesn't work try adding this to your vscode setting (on the dev container scope):
```
"editor.codeActionsOnSave": {
@@ -266,4 +266,4 @@ This should work out of the box with the eslint extension installed. If this doe
To successfully build Docker images, ensure that your system has a minimum of 2GB of memory available. For users of Docker Desktop, please verify that you've allocated sufficient resources to Docker within the application's settings.
-
\ No newline at end of file
+