Fix CLI grammar (#1945)

I know this is a very minor thing, but correct grammar makes it easier to understand.
This commit is contained in:
Colin Eberhardt
2017-06-27 17:40:38 +01:00
committed by William Monk
parent 9e2c334171
commit 0cda9eee7a

View File

@@ -256,7 +256,7 @@ function run(
const packageToInstall = getInstallPackage(version);
const allDependencies = ['react', 'react-dom', packageToInstall];
console.log('Installing packages. This might take a couple minutes.');
console.log('Installing packages. This might take a couple of minutes.');
getPackageName(packageToInstall)
.then(packageName => checkIfOnline(useYarn).then(isOnline => ({
isOnline: isOnline,