Skip to content

Commit 3cbe1e1

Browse files
anthonyhumphreysfson
authored andcommitted
Fix a minor grammar error that's been bugging me (expo#654)
1 parent 4486606 commit 3cbe1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-react-native-app/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ async function createApp(name: string, verbose: boolean, version: ?string): Prom
122122
console.log(
123123
`Using package manager as ${packageManagerCmd()} with ${packageManagerType()} interface.`
124124
);
125-
console.log('Installing packages. This might take a couple minutes.');
125+
console.log('Installing packages. This might take a couple of minutes.');
126126
console.log('Installing react-native-scripts...');
127127
console.log();
128128

0 commit comments

Comments
 (0)