Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit fba4ac7

Browse files
committed
Fixed typo
1 parent ec01d16 commit fba4ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generators/app/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ module.exports = class extends Generator {
204204
type: "input",
205205
name: "importBuildFileInRenamedDirectoryNpm",
206206
message:
207-
"Great! Now enter the path of the build file to import it in the renamed directory.",
207+
"Great! Now enter the URL of the build file to import it in the renamed directory.",
208208
when: function(responses) {
209209
if (
210210
responses.renameOrOverwriteNpm ===
@@ -220,7 +220,7 @@ module.exports = class extends Generator {
220220
{
221221
type: "input",
222222
name: "overwriteDirectoryContentNpm",
223-
message: `Enter the path of the build file. Please note that this will overwrite all the existing content in ${chalk.cyan(
223+
message: `Enter the URL of the build file. Please note that this will overwrite all the existing content in ${chalk.cyan(
224224
"component-dist"
225225
)}.`,
226226
when: function(responses) {

0 commit comments

Comments
 (0)