Skip to content

Commit

Permalink
Merge pull request #574 from KoenZomers/patch-2
Browse files Browse the repository at this point in the history
Typo fix in IListPicker
  • Loading branch information
AJIXuMuK committed May 28, 2020
2 parents aa836c6 + 49a4504 commit bf86a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/listPicker/IListPicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export interface IListPickerProps {
*/
placeholder?: string;
/**
* Callback issues when the selected option changes
* Callback issued when the selected option changes
*/
onSelectionChanged?: (newValue: string | string[]) => void;
}
Expand Down

0 comments on commit bf86a51

Please sign in to comment.