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

Commit

Permalink
Fix CLI grammar (#1945)
Browse files Browse the repository at this point in the history
I know this is a very minor thing, but correct grammar makes it easier to understand.
  • Loading branch information
ColinEberhardt authored and wmonk committed Aug 7, 2017
1 parent 9e2c334 commit 0cda9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-react-app/createReactApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0cda9ee

Please sign in to comment.