Skip to content

Commit 80e67f8

Browse files
yash2974satya164
andauthored
Fix typo from 'orderWidth' to 'borderWidth' (#1438)
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
1 parent 19f0ad5 commit 80e67f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)