Browse Source

Fix spelling mistake (#3561)

`wether` -> `whether`
JonnyTizz 5 years ago
parent
commit
a7e4d4d6ca
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docs/docs/styling.md

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

@@ -70,7 +70,7 @@ Navigation.mergeOptions(this.props.componentId, {
70 70
   modalPresentationStyle: 'overCurrentContext', // Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen', 'overCurrentContext', 'currentContext', 'popOver', 'fullScreen' and 'none'. On Android, only overCurrentContext and none are supported.
71 71
   topBar: {
72 72
     visible: true,
73
-    animate: false, // Controls wether TopBar visibility changes should be animated
73
+    animate: false, // Controls whether TopBar visibility changes should be animated
74 74
     hideOnScroll: true,
75 75
     buttonColor: 'black',
76 76
     drawBehind: false,
@@ -115,7 +115,7 @@ Navigation.mergeOptions(this.props.componentId, {
115 115
   },
116 116
   bottomTabs: {
117 117
     visible: true,
118
-    animate: false, // Controls wether BottomTabs visibility changes should be animated
118
+    animate: false, // Controls whether BottomTabs visibility changes should be animated
119 119
     currentTabIndex: 0,
120 120
     currentTabId: 'currentTabId',
121 121
     testID: 'bottomTabsTestID',