Skip to content

Commit 70b6959

Browse files
committed
Fix typo
1 parent c2b38c9 commit 70b6959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function createAfterConfirmation(name, verbose) {
138138

139139
var property = {
140140
name: 'yesno',
141-
message: 'Directory ' + name + ' already exist. Continue?',
141+
message: 'Directory ' + name + ' already exists. Continue?',
142142
validator: /y[es]*|n[o]?/,
143143
warning: 'Must respond yes or no',
144144
default: 'no'

0 commit comments

Comments
 (0)