Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 0cda9ee

Browse files
ColinEberhardtwmonk
authored andcommitted
Fix CLI grammar (#1945)
I know this is a very minor thing, but correct grammar makes it easier to understand.
1 parent 9e2c334 commit 0cda9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-react-app/createReactApp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function run(
256256
const packageToInstall = getInstallPackage(version);
257257
const allDependencies = ['react', 'react-dom', packageToInstall];
258258

259-
console.log('Installing packages. This might take a couple minutes.');
259+
console.log('Installing packages. This might take a couple of minutes.');
260260
getPackageName(packageToInstall)
261261
.then(packageName => checkIfOnline(useYarn).then(isOnline => ({
262262
isOnline: isOnline,

0 commit comments

Comments
 (0)