We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fefd1 commit d4fe21bCopy full SHA for d4fe21b
packages/create-react-app/createReactApp.js
@@ -256,7 +256,7 @@ function run(
256
const packageToInstall = getInstallPackage(version);
257
const allDependencies = ['react', 'react-dom', packageToInstall];
258
259
- console.log('Installing packages. This might take a couple minutes.');
+ console.log('Installing packages. This might take a couple of minutes.');
260
getPackageName(packageToInstall)
261
.then(packageName => checkIfOnline(useYarn).then(isOnline => ({
262
isOnline: isOnline,
0 commit comments