Skip to content

Commit 49a4504

Browse files
authored
Typo fix in IListPicker
1 parent ccde634 commit 49a4504

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)