docs: rename send_message to sent_message in messengerReducer #1454
+1
−1
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선택 확인 사항