Fix typos inside generators

This commit is contained in:
Serghei Hmeli 2023-08-02 18:17:37 +03:00
parent 8276be7315
commit 34d85e5e81
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
'use strict';
module.exports = ({ strapi }) => {
// registeration phase
};
// register phase
};

View File

@ -1,5 +1,5 @@
import { Strapi } from '@strapi/strapi';
export default ({ strapi }: { strapi: Strapi }) => {
// registeration phase
};
// register phase
};