Skip to content

Commit 2571718

Browse files
authored
Minor typo fix
1 parent 91ea926 commit 2571718

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
@@ -831,7 +831,7 @@ First, you can import effect callbacks from slice files into the middleware file
831831
832832
```ts no-transpile title="app/listenerMiddleware.ts"
833833
import { action1, listener1 } from '../features/feature1/feature1Slice'
834-
import { action2, listener2 } from '../features/feature2/feature1Slice'
834+
import { action2, listener2 } from '../features/feature2/feature2Slice'
835835

836836
listenerMiddleware.startListening({ actionCreator: action1, effect: listener1 })
837837
listenerMiddleware.startListening({ actionCreator: action2, effect: listener2 })

0 commit comments

Comments
 (0)