diff --git a/packages/stack-shared/src/interface/crud/projects.ts b/packages/stack-shared/src/interface/crud/projects.ts index a9d6e30c3..483022be7 100644 --- a/packages/stack-shared/src/interface/crud/projects.ts +++ b/packages/stack-shared/src/interface/crud/projects.ts @@ -143,7 +143,7 @@ export const clientProjectsCrud = createCrud({ docs: { clientRead: { summary: 'Get the current project', - description: 'Get the current project information including display name, OAuth providers and authentication methods. Useful for display the available login options to the user.', + description: 'Get the current project information including display name, OAuth providers and authentication methods. Useful for displaying the available login options to the user.', tags: ['Projects'], }, },