0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Fixed typo

This commit is contained in:
Naz 2021-07-14 13:23:15 +04:00
parent 8f5d6ebf8c
commit 3b7042545a

View file

@ -301,7 +301,7 @@ describe('migrations/utils/permissions', function () {
});
describe('addPermissionToRole', function () {
it('Accepts a permisson name and role name and returns a migration which adds a permission to the database', async function () {
it('Accepts a permission name and role name and returns a migration which adds a permission to the database', async function () {
const knex = await setupDb();
const migration = utils.addPermissionToRole({