Skip to content

Commit b4b3d02

Browse files
ColinEberhardtgaearon
authored andcommitted
Fix CLI grammar (#1945)
I know this is a very minor thing, but correct grammar makes it easier to understand.
1 parent 60691e6 commit b4b3d02

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)