Просмотр исходного кода

Merge pull request #242 from ainoya/fix-typo

fix variable name typo in the help doc
wkh237 8 лет назад
Родитель
Сommit
1b6ddbe435
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/scripts/prelink.js

+ 1
- 1
src/scripts/prelink.js Просмотреть файл

@@ -67,7 +67,7 @@ try {
67 67
     console.log(
68 68
       '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
69 69
       '\033[97mplease run the following command if you want to add default permissions :\n\n' +
70
-      '\033[96m\tRNFB_ANDROID_PERMISSION=true react-native link \n')
70
+      '\033[96m\tRNFB_ANDROID_PERMISSIONS=true react-native link \n')
71 71
   }
72 72
 
73 73
   function checkVersion() {