We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0793d48 commit ff19e0aCopy full SHA for ff19e0a
packages/react-dev-utils/printHostingInstructions.js
@@ -70,7 +70,7 @@ function printBaseMessage(buildFolder, hostingLocation) {
70
}
71
72
function printDeployInstructions(publicUrl, hasDeployScript, useYarn) {
73
- console.log(`To publish it at ${chalk.green(publicUrl)}, run:`);
+ console.log(`To publish it at ${chalk.green(publicUrl)} , run:`);
74
console.log();
75
76
// If script deploy has been added to package.json, skip the instructions
0 commit comments