chore(selectionlistener): comment typo

This commit is contained in:
Moritz
2020-05-25 14:00:56 +02:00
committed by GitHub
parent bd237ae54e
commit 63b83b2d63

View File

@@ -8,7 +8,7 @@ interface SelectionListenerProps {
}
// This is just a helper component for calling the onSelectionChange listener.
// As soon as easy-peasy has implemented the effectOn hook, we can remove this compeonent
// As soon as easy-peasy has implemented the effectOn hook, we can remove this component
// and use the hook instead. https://github.com/ctrlplusb/easy-peasy/pull/459
export default ({ onSelectionChange }: SelectionListenerProps) => {