Skip to content

Commit

Permalink
Fix CLI grammar (facebook#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 morgs32 committed Sep 1, 2017
1 parent 7826977 commit 0a52a2e
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 0a52a2e

Please sign in to comment.