Skip to content

Commit

Permalink
Fixed typo in Option docs (#4406)
Browse files Browse the repository at this point in the history
Co-authored-by: Joel DSouza <[email protected]>
Co-authored-by: Nathan Bierema <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2021
1 parent 2c5bbc1 commit b41ba23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-select/src/components/Option.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export type OptionProps = PropsWithStyles &
innerProps: InnerProps,
/* Text to be displayed representing the option. */
label: string,
/* Type is used by the menu to determine whether this is an option or a group.
In the case of option this is always `option`. */
/** Type is used by the menu to determine whether this is an option or a group.
In the case of option this is always `option`. **/
type: 'option',
/* The data of the selected option. */
data: any,
Expand Down

0 comments on commit b41ba23

Please sign in to comment.