Browse Source

Fix some typo issues. (#3852)

Vahid Boreiri 6 years ago
parent
commit
6c3fb8d3e9
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      docs/docs/Installing.md

+ 3
- 3
docs/docs/Installing.md View File

256
 }
256
 }
257
 ```
257
 ```
258
 
258
 
259
-RNN only support react-native 0.51 (`"reactNative51"`), 0.55 (`"reactNative55"`), and O.56 (`"reactNative56"`),
259
+RNN only support react-native 0.51 (`"reactNative51"`), 0.55 (`"reactNative55"`), and 0.56 (`"reactNative56"`),
260
 
260
 
261
-Now we need to instruct gradle how to build that flavor. To do so here two solutions :
261
+Now we need to instruct gradle how to build that flavor. To do so here two solutions:
262
 
262
 
263
 #### 8.1 Build app with gradle command 
263
 #### 8.1 Build app with gradle command 
264
 
264
 
271
 }
271
 }
272
 ```
272
 ```
273
 
273
 
274
-No run `npm run android` to build your application
274
+Now run `npm run android` to build your application
275
 
275
 
276
 #### 8.2 Ignore other RNN flavors
276
 #### 8.2 Ignore other RNN flavors
277
 
277