Skip to content

Commit 464ed0e

Browse files
authored
Update README.md
1 parent 7c3ad86 commit 464ed0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function MyPicker() {
8585
<Picker.Column name="name1">
8686
<Picker.Item value="item1">
8787
{({ selected }) => (
88-
/* Use the `selected` state ti conditionally style the selected item */
88+
/* Use the `selected` state to conditionally style the selected item */
8989
<div style={{ color: selected ? 'red' : 'black' }}>
9090
Item 1
9191
</div>

0 commit comments

Comments
 (0)