diff --git a/backend/src/server/routes/v2/organization-router.ts b/backend/src/server/routes/v2/organization-router.ts index e6ea094c3..d237bca22 100644 --- a/backend/src/server/routes/v2/organization-router.ts +++ b/backend/src/server/routes/v2/organization-router.ts @@ -69,7 +69,7 @@ export const registerOrgRouter = async (server: FastifyZodProvider) => { rateLimit: readLimit }, schema: { - description: "Return projects in organization that user is part of", + description: "Return projects in organization that user is apart of", security: [ { bearerAuth: []