Skip to content

Commit

Permalink
Merge pull request #4725 from robertgr991/patch-1
Browse files Browse the repository at this point in the history
docs: fix code example typo in essentials/part-6-performance-normaliz…
  • Loading branch information
EskiMojo14 authored Aug 12, 2024
2 parents 6fcaab4 + f88c75b commit 71242ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 71242ae

Please sign in to comment.