Skip to content

Commit 71242ae

Browse files
authored
Merge pull request #4725 from robertgr991/patch-1
docs: fix code example typo in essentials/part-6-performance-normaliz…
2 parents 6fcaab4 + f88c75b commit 71242ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-6-performance-normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,7 @@ export const selectPostsStatus = (state: RootState) => state.posts.status
15251525
export const selectPostsError = (state: RootState) => state.posts.error
15261526

15271527
// highlight-start
1528-
export const addPostsListeners = (startListening: AppStartListening) => {
1528+
export const addPostsListeners = (startAppListening: AppStartListening) => {
15291529
startAppListening({
15301530
actionCreator: addNewPost.fulfilled,
15311531
effect: async (action, listenerApi) => {

0 commit comments

Comments
 (0)