diff --git a/docs/tutorials/essentials/part-6-performance-normalization.md b/docs/tutorials/essentials/part-6-performance-normalization.md index 0d09b5a8f2..7d879d1e2a 100644 --- a/docs/tutorials/essentials/part-6-performance-normalization.md +++ b/docs/tutorials/essentials/part-6-performance-normalization.md @@ -1525,7 +1525,7 @@ export const selectPostsStatus = (state: RootState) => state.posts.status export const selectPostsError = (state: RootState) => state.posts.error // highlight-start -export const addPostsListeners = (startListening: AppStartListening) => { +export const addPostsListeners = (startAppListening: AppStartListening) => { startAppListening({ actionCreator: addNewPost.fulfilled, effect: async (action, listenerApi) => {