Skip to content

Commit fd2cc38

Browse files
yash2974satya164
andcommitted
Fix typo from 'orderWidth' to 'borderWidth' (react-navigation#1438)
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
1 parent 60e4698 commit fd2cc38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

versioned_docs/version-7.x/drawer-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Example:
329329
drawerItemStyle: {
330330
backgroundColor: '#9dd3c8',
331331
borderColor: 'black',
332-
orderWidth: 2,
332+
borderWidth: 2,
333333
opacity: 0.6,
334334
},
335335
```

versioned_docs/version-8.x/drawer-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Example:
329329
drawerItemStyle: {
330330
backgroundColor: '#9dd3c8',
331331
borderColor: 'black',
332-
orderWidth: 2,
332+
borderWidth: 2,
333333
opacity: 0.6,
334334
},
335335
```

0 commit comments

Comments
 (0)