Skip to content

Commit bf86a51

Browse files
authored
Merge pull request #574 from KoenZomers/patch-2
Typo fix in IListPicker
2 parents aa836c6 + 49a4504 commit bf86a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controls/listPicker/IListPicker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export interface IListPickerProps {
5454
*/
5555
placeholder?: string;
5656
/**
57-
* Callback issues when the selected option changes
57+
* Callback issued when the selected option changes
5858
*/
5959
onSelectionChanged?: (newValue: string | string[]) => void;
6060
}

0 commit comments

Comments
 (0)