docs: rename send_message to sent_message in messengerReducer#1454
Merged
lumirlumir merged 1 commit intoreactjs:mainfrom Feb 2, 2026
Merged
docs: rename send_message to sent_message in messengerReducer#1454lumirlumir merged 1 commit intoreactjs:mainfrom
lumirlumir merged 1 commit intoreactjs:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Pull request overview
Fixes a typo/inconsistency in the “Extracting State Logic into a Reducer” doc by aligning the action type name in the explanation with the example reducer code (sent_message).
Changes:
- Updated the narrative text to reference
sent_message(instead ofsend_message) to match the accompanying example code.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Size changesDetails📦 Next.js Bundle Analysis for undefinedThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
extracting-state-logic-into-a-reducer.md의 typo 수정
messengerReducer 예시 코드에서는
sent_message라는 케이스명을 사용하고 있습니다.설명하는 문서에서는
이를 반영하기 위해 send_message라는 새로운 action을 만들어서 reducer에서 별도로 분리하여 작성해보겠습니다.처럼send_message라는 케이스명을 사용하고 있어 일관성을 위해sent_message로 수정하였습니다.필수 확인 사항
textlint가이드Textlint Guide선택 확인 사항