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

@ -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',