From 407273cff2a4989026c69a24af8b33f07364079e Mon Sep 17 00:00:00 2001 From: Kylen Nguyen Date: Thu, 25 Jun 2026 06:43:08 -0700 Subject: [PATCH] fix(docs): correct typos in multiple files (#22173) Corrects spelling errors across three documentation files. - `indivual` -> `individual` in `./CLAUDE.md` - `accesible` -> `accessible` in `./packages/twenty-docs/user-guide/getting-started/how-tos/navigate-around-twenty.mdx` - `editting` -> `editing` in `packages/twenty-docs/user-guide/views-pipelines/overview.mdx` Review in cubic --------- Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- CLAUDE.md | 2 +- .../getting-started/how-tos/navigate-around-twenty.mdx | 2 +- packages/twenty-docs/user-guide/views-pipelines/overview.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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**