Typo fixes in docs (#8115)

This commit is contained in:
BOHEUS
2024-10-27 13:58:43 +00:00
committed by GitHub
parent a72f51ae6c
commit 5d990594f3
6 changed files with 7 additions and 7 deletions

View File

@ -119,7 +119,7 @@ Includes the `TypeDefinitionsStorage` class that contains reusable type definiti
### Workspace Resolver Builder
Creates resolver functions for querying and mutatating the GraphQL schema.
Creates resolver functions for querying and mutating the GraphQL schema.
Each factory in this directory is responsible for producing a distinct resolver type, such as the `FindManyResolverFactory`, designed for adaptable application across various tables.

View File

@ -7,7 +7,7 @@ image: /images/user-guide/emails/emails_header.png
Queues facilitate async operations to be performed. They can be used for performing background tasks such as sending a welcome email on register.
Each use case will have its own queue class extended from `MessageQueueServiceBase`.
Currently, queue supports two drivers which can be configurred by env variable `MESSAGE_QUEUE_TYPE`.
Currently, queue supports two drivers which can be configured by env variable `MESSAGE_QUEUE_TYPE`.
1. `pg-boss`: this is the default driver, which uses [pg-boss](https://github.com/timgit/pg-boss) under the hood.
2. `bull-mq`: this uses [bull-mq](https://bullmq.io/) under the hood.

View File

@ -6,7 +6,7 @@ image: /images/user-guide/kanban-views/kanban.png
## Useful commands
These commands should be exectued from packages/twenty-server folder.
These commands should be executed from packages/twenty-server folder.
From any other folder you can run `npx nx <command>` twenty-server.
### First time setup

View File

@ -144,7 +144,7 @@ As an example, the hotkey scopes for each page are defined in the `PageHotkeySco
```tsx
export enum PageHotkeyScope {
Settings = 'settings',
CreateWokspace = 'create-workspace',
CreateWorkspace = 'create-workspace',
SignInUp = 'sign-in-up',
CreateProfile = 'create-profile',
PlanRequired = 'plan-required',

View File

@ -216,7 +216,7 @@ This feature is WIP and is not yet useful for most users.
<ArticleTable options={[
['DEBUG_MODE', 'true', 'Activate debug mode'],
['SIGN_IN_PREFILLED', 'true', 'Prefill the Signin form for usage in a demo or dev environment'],
['SIGN_IN_PREFILLED', 'true', 'Prefill the Sign in form for usage in a demo or dev environment'],
]}></ArticleTable>
### Workspace Cleaning