Skip to content

Commit

Permalink
[docs] Fix typo (#4630)
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-repos authored Aug 8, 2023
1 parent a531bca commit b32eeb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Demo() {
<TransferList
searchPlaceholder={['Search item to add...', 'Search item to remove...']}
nothingFound={['Cannot find item to add', 'Cannot find item to remove']}
placeholder={['No item left to add', 'No item left ro remove']}
placeholder={['No item left to add', 'No item left to remove']}
{/* ...other props */}
/>
);
Expand All @@ -20,7 +20,7 @@ function Demo() {
<Wrapper
searchPlaceholder={['Search item to add...', 'Search item to remove...']}
nothingFound={['Cannot find item to add', 'Cannot find item to remove']}
placeholder={['No item left to add', 'No item left ro remove']}
placeholder={['No item left to add', 'No item left to remove']}
titles={['Frameworks', 'Libraries']}
breakpoint="sm"
/>
Expand Down

0 comments on commit b32eeb1

Please sign in to comment.