Skip to content

Commit d6e1bc3

Browse files
authored
Merge pull request #4741 from GeorgeKazanchev/master
docs: fix typo
2 parents 1099cec + bcae801 commit d6e1bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-4-using-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ const postsSlice = createSlice({
568568
// highlight-end
569569
})
570570

571-
export const { postAdded, postUpdated } = postsSlice.selectors
571+
export const { selectAllPosts, selectPostById } = postsSlice.selectors
572572

573573
export default postsSlice.reducer
574574

0 commit comments

Comments
 (0)