diff --git a/apps/meteor/server/startup/migrations/v305.ts b/apps/meteor/server/startup/migrations/v305.ts index 24f29fb583d5..ef93423d15e0 100644 --- a/apps/meteor/server/startup/migrations/v305.ts +++ b/apps/meteor/server/startup/migrations/v305.ts @@ -6,7 +6,7 @@ import { addMigration } from '../../lib/migrations'; addMigration({ version: 305, - name: 'Copy roles from add-team-channel permission to new create-team-channel and crteate-team-group permissions', + name: 'Copy roles from add-team-channel permission to new create-team-channel and create-team-group permissions', async up() { // Calling upsertPermissions on purpose so that the new permissions are added before the migration runs await upsertPermissions();