소스 검색

Merge pull request #242 from ainoya/fix-typo

fix variable name typo in the help doc
wkh237 8 년 전
부모
커밋
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() {