Browse Source

Fix typos in styling.md (#4829)

Fix typos in styling.md
Nicolas Charpentier 5 years ago
parent
commit
f67c59c508
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      docs/docs/styling.md

+ 5
- 5
docs/docs/styling.md View File

286
 
286
 
287
 ## Custom tab icons
287
 ## Custom tab icons
288
 
288
 
289
-* Android - add cooresponding resoltion icons into folders in android/app/src/main/res.
290
-For example, icon_name.png in each drawable-x folder.
291
-* iOS - drag and drop to Images.xcassets in Xcode.
292
-For example, image set icon_name in Images.xcassets with x1, x2, x3.
289
+* Android - add corresponding resolution icons into folders in `android/app/src/main/res`.
290
+For example, `icon_name.png` in each drawable-x folder.
291
+* iOS - drag and drop to `Images.xcassets` in Xcode.
292
+For example, image set `icon_name` in `Images.xcassets` with x1, x2, x3.
293
 
293
 
294
-Then, the tab icon can be defined by following syntax:
294
+Then, the tab icon can be defined with the following syntax:
295
 
295
 
296
 ```js
296
 ```js
297
 bottomTab: {
297
 bottomTab: {