Skip to content

Commit

Permalink
Fix a minor grammar error that's been bugging me (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhumphreys authored and fson committed Oct 3, 2018
1 parent 4486606 commit 3cbe1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-react-native-app/src/index.js
Expand Up @@ -122,7 +122,7 @@ async function createApp(name: string, verbose: boolean, version: ?string): Prom
console.log(
`Using package manager as ${packageManagerCmd()} with ${packageManagerType()} interface.`
);
console.log('Installing packages. This might take a couple minutes.');
console.log('Installing packages. This might take a couple of minutes.');
console.log('Installing react-native-scripts...');
console.log();

Expand Down

0 comments on commit 3cbe1e1

Please sign in to comment.