From 63b83b2d63d87d6cc091b6f16d0dc6262fb28ad7 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 25 May 2020 14:00:56 +0200 Subject: [PATCH] chore(selectionlistener): comment typo --- src/components/SelectionListener/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {