diff --git a/packages/cli/locales/en-US/translation.json b/packages/cli/locales/en-US/translation.json index 79125c56bf..5a524e5930 100644 --- a/packages/cli/locales/en-US/translation.json +++ b/packages/cli/locales/en-US/translation.json @@ -14,7 +14,7 @@ "success": "🎉 Sucessfully generated your store at \"./{{projectName}}\"!", "install": "To finish the installation, run the following commands:", "install_commands": ["cd {{ projectName }}"], - "configure": "Project is conifugred. \nIf you want more advanced configuration go to the \n{{ documentationURL }} to learn how to do it.", + "configure": "Project is configured. \nIf you want more advanced configuration go to the \n{{ documentationURL }} to learn how to do it.", "cd_message": "To start working with the project, cd into project directory:", "cd_directory": "cd {{ projectName }}", "start": "Start the project using this command:",