Skip to content

Commit

Permalink
Fix typo in config/index.ts (#5109)
Browse files Browse the repository at this point in the history
seperate -> separate
  • Loading branch information
eltociear authored Apr 23, 2024
1 parent fa4670b commit 0db35c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/twenty-front/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 0db35c9

Please sign in to comment.