Skip to content

Commit

Permalink
Merge pull request #4741 from GeorgeKazanchev/master
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
EskiMojo14 authored Sep 18, 2024
2 parents 1099cec + bcae801 commit d6e1bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/essentials/part-4-using-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ const postsSlice = createSlice({
// highlight-end
})

export const { postAdded, postUpdated } = postsSlice.selectors
export const { selectAllPosts, selectPostById } = postsSlice.selectors

export default postsSlice.reducer

Expand Down

0 comments on commit d6e1bc3

Please sign in to comment.