mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 14:14:10 +00:00
Fix typos inside generators
This commit is contained in:
parent
8276be7315
commit
34d85e5e81
@ -1,5 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = ({ strapi }) => {
|
||||
// registeration phase
|
||||
};
|
||||
// register phase
|
||||
};
|
||||
@ -1,5 +1,5 @@
|
||||
import { Strapi } from '@strapi/strapi';
|
||||
|
||||
export default ({ strapi }: { strapi: Strapi }) => {
|
||||
// registeration phase
|
||||
};
|
||||
// register phase
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user