瀏覽代碼

missing word in description (#2124)

Benjamin Saphier 6 年之前
父節點
當前提交
702f3564fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      docs/styling-the-navigator.md

+ 1
- 1
docs/styling-the-navigator.md 查看文件

@@ -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