reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.94k stars 15.27k forks source link

Fix typo in documentation: redux essentials #4755

Closed davidsainez closed 1 week ago

davidsainez commented 1 week ago

name: :memo: Documentation Fix about: Fixing a problem in an existing docs page

Checklist

What docs page needs to be fixed?

What is the problem?

initialState is an array of Post(defined in the same code block) not Posts

What changes does this PR make to fix the problem?

Reference the correct type name

codesandbox-ci[bot] commented 1 week ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

netlify[bot] commented 1 week ago

Deploy Preview for redux-docs ready!

Name Link
Latest commit 5470c8cba2fea7f7049561dadbda470be7479938
Latest deploy log https://app.netlify.com/sites/redux-docs/deploys/67371ff03e46c900082c2521
Deploy Preview https://deploy-preview-4755--redux-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

EskiMojo14 commented 1 week ago

thanks!