diff --git a/src/components/SelectionListener/index.ts b/src/components/SelectionListener/index.ts index 64c0e961..98e1e0d4 100644 --- a/src/components/SelectionListener/index.ts +++ b/src/components/SelectionListener/index.ts @@ -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) => {