Skip to content

Commit

Permalink
Update packages/react/src/components/StructuredList/StructuredList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona authored and kubijo committed May 9, 2023
1 parent 6599764 commit 7be4acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export interface StructuredListRowProps extends DivAttrs {
head?: boolean;

/**
* Provide a handler that is invoked on the key down event for the control,
* Provide a handler that is invoked on the key down event for the control
*/
onKeyDown?(event: KeyboardEvent): void;
}
Expand Down

0 comments on commit 7be4acc

Please sign in to comment.