mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Fixed typo "mentionned" -> "mentioned" @ project creation error (#9133)
This commit is contained in:
parent
b4f75fd7a6
commit
353b4ac5e3
@ -130,7 +130,7 @@ module.exports = async function createProject(scope, { client, connection, depen
|
||||
);
|
||||
console.log(`Don't give up, your project was created correctly.`);
|
||||
console.log(
|
||||
`Fix the issues mentionned in the installation errors and try to run the following command:`
|
||||
`Fix the issues mentioned in the installation errors and try to run the following command:`
|
||||
);
|
||||
console.log();
|
||||
console.log(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user