diff --git a/CLAUDE.md b/CLAUDE.md index e6d4f89799..0220510594 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -28,7 +28,7 @@ npx jest path/to/test.test.ts --config=packages/PROJECT/jest.config.mjs npx nx test twenty-front # Frontend unit tests npx nx test twenty-server # Backend unit tests npx nx run twenty-server:test:integration:with-db-reset # Integration tests with DB reset -# To run an indivual test or a pattern of tests, use the following command: +# To run an individual test or a pattern of tests, use the following command: cd packages/{workspace} && npx jest "pattern or filename" # Storybook diff --git a/packages/twenty-docs/user-guide/getting-started/how-tos/navigate-around-twenty.mdx b/packages/twenty-docs/user-guide/getting-started/how-tos/navigate-around-twenty.mdx index 9f2e116dbd..87b712cca7 100644 --- a/packages/twenty-docs/user-guide/getting-started/how-tos/navigate-around-twenty.mdx +++ b/packages/twenty-docs/user-guide/getting-started/how-tos/navigate-around-twenty.mdx @@ -36,7 +36,7 @@ From there, you can: ## The Search Bar -The search bar is accesible via the Command Menu, at the top of your navigation bar, or by pressing `/` to focus on it instantly. Search works across all object. ++The search bar is accessible via the Command Menu, at the top of your navigation bar, or by pressing `/` to focus on it instantly. Search works across all objects. diff --git a/packages/twenty-docs/user-guide/views-pipelines/overview.mdx b/packages/twenty-docs/user-guide/views-pipelines/overview.mdx index c7eea1f16d..df80c0135e 100644 --- a/packages/twenty-docs/user-guide/views-pipelines/overview.mdx +++ b/packages/twenty-docs/user-guide/views-pipelines/overview.mdx @@ -44,7 +44,7 @@ There are two ways to create a new view. -### Start by editting an existing view +### Start by editing an existing view 1. Navigate to any object (People, Companies, etc.) 2. Choose a layout (Table, Kanban, or Calendar) under **Options** or Add filters and sorting as needed 3. Click on **Save as new view**