Skip to content

Commit 5f2cff9

Browse files
committed
Remove extra space in command line message
1 parent 53f1dbf commit 5f2cff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-app/createReactApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ function run(
454454
console.log(
455455
`Installing ${chalk.cyan('react')}, ${chalk.cyan(
456456
'react-dom'
457-
)}, ${chalk.cyan('sass')} and ${chalk.cyan(packageInfo.name)}${
457+
)}, ${chalk.cyan('sass')} and ${chalk.cyan(packageInfo.name)}${
458458
supportsTemplates ? ` with ${chalk.cyan(templateInfo.name)}` : ''
459459
}...`
460460
);

0 commit comments

Comments
 (0)