diff --git a/packages/twenty-front/src/config/index.ts b/packages/twenty-front/src/config/index.ts index 4dbb196252fd..4525e814d61b 100644 --- a/packages/twenty-front/src/config/index.ts +++ b/packages/twenty-front/src/config/index.ts @@ -10,7 +10,7 @@ const getDefaultUrl = () => { window.location.hostname === 'localhost' || window.location.hostname === '127.0.0.1' ) { - // In development environment front and backend usually run on seperate ports + // In development environment front and backend usually run on separate ports // we set the default value to localhost:3000. // It dev context, we use env vars to overwrite it return 'http://localhost:3000';