Skip to content

Commit b678c9b

Browse files
authored
Merge pull request #2085 from L0rdCr1s/patch-1
2 parents ca51896 + bc24392 commit b678c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createListenerMiddleware.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export const listenerMiddleware = createListenerMiddleware()
397397

398398
export const startAppListening =
399399
listenerMiddleware.startListening as TypedStartListening<RootState>
400-
export const addAppListener = addListener as TypedAddListenern<RootState>
400+
export const addAppListener = addListener as TypedAddListener<RootState>
401401
```
402402

403403
Then import and use those pre-typed methods in your components.

0 commit comments

Comments
 (0)