diff --git a/docs/Recipes.md b/docs/Recipes.md index eeb31653..50412025 100644 --- a/docs/Recipes.md +++ b/docs/Recipes.md @@ -26,7 +26,7 @@ type WindowWithDevTools = Window & { __REDUX_DEVTOOLS_EXTENSION__: () => StoreEnhancer } -const isReduxDevtoolsExtenstionExist = +const isReduxDevtoolsExtensionExist = (arg: Window | WindowWithDevTools): arg is WindowWithDevTools => { return '__REDUX_DEVTOOLS_EXTENSION__' in arg;