mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-16 18:39:21 +08:00
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:
committed by
William Monk
parent
9e2c334171
commit
0cda9eee7a
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user