Browse Source

missing word in description (#2124)

Benjamin Saphier 6 years ago
parent
commit
702f3564fc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/styling-the-navigator.md

+ 1
- 1
docs/styling-the-navigator.md View File

116
 If you set any styles related to the Status Bar, make sure that in Xcode > project > Info.plist, the property `View controller-based status bar appearance` is set to `YES`.
116
 If you set any styles related to the Status Bar, make sure that in Xcode > project > Info.plist, the property `View controller-based status bar appearance` is set to `YES`.
117
 
117
 
118
 ## Custom fonts
118
 ## Custom fonts
119
-If you'd like to use a custom font, you'll first have to your project.
119
+If you'd like to use a custom font, you'll first have to edit your project.
120
 
120
 
121
 * Android - add the `.ttf` or `.otf` files to `src/main/assets/fonts/`
121
 * Android - add the `.ttf` or `.otf` files to `src/main/assets/fonts/`
122
 
122