mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed typo
This commit is contained in:
parent
8f5d6ebf8c
commit
3b7042545a
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue