Browse Source

Fix spelling mistake (#3561)

`wether` -> `whether`
JonnyTizz 6 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
   modalPresentationStyle: 'overCurrentContext', // Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen', 'overCurrentContext', 'currentContext', 'popOver', 'fullScreen' and 'none'. On Android, only overCurrentContext and none are supported.
70
   modalPresentationStyle: 'overCurrentContext', // Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen', 'overCurrentContext', 'currentContext', 'popOver', 'fullScreen' and 'none'. On Android, only overCurrentContext and none are supported.
71
   topBar: {
71
   topBar: {
72
     visible: true,
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
     hideOnScroll: true,
74
     hideOnScroll: true,
75
     buttonColor: 'black',
75
     buttonColor: 'black',
76
     drawBehind: false,
76
     drawBehind: false,
115
   },
115
   },
116
   bottomTabs: {
116
   bottomTabs: {
117
     visible: true,
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
     currentTabIndex: 0,
119
     currentTabIndex: 0,
120
     currentTabId: 'currentTabId',
120
     currentTabId: 'currentTabId',
121
     testID: 'bottomTabsTestID',
121
     testID: 'bottomTabsTestID',