Pārlūkot izejas kodu

missing word in description (#2124)

Benjamin Saphier 6 gadus atpakaļ
vecāks
revīzija
702f3564fc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      docs/styling-the-navigator.md

+ 1
- 1
docs/styling-the-navigator.md Parādīt failu

@@ -116,7 +116,7 @@ this.props.navigator.setStyle({
116 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 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 121
 * Android - add the `.ttf` or `.otf` files to `src/main/assets/fonts/`
122 122