Skip to content

Commit

Permalink
fix(tree-view): fix description typo in onSelect prop (#9109)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
metonym and kodiakhq[bot] authored Jul 6, 2021
1 parent bc1434e commit 0f0680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/TreeView/TreeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ TreeView.propTypes = {
multiselect: PropTypes.bool,

/**
* Callback function that is called when any node is seleected
* Callback function that is called when any node is selected
*/
onSelect: PropTypes.func,

Expand Down

0 comments on commit 0f0680b

Please sign in to comment.