docs: fix Korean particle typos in reusing-logic-with-custom-hooks#1509
Merged
lumirlumir merged 2 commits intoMay 11, 2026
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes Korean particle (조사) typos in the Korean translation of the “Reusing Logic with Custom Hooks” guide, correcting instances where English terms/code identifiers were followed by an incorrect particle.
Changes:
- Fixes
state과→state와in the explanation about copyingisOnlinestate and an Effect. - Fixes
`useMount`과→`useMount`와in the “lifecycle hook” custom Hook warning section. - Fixes
과 과 마찬가지로→과 마찬가지로in the design-system analogy paragraph. - Fixes
`useData`과→`useData`와in the DeepDive about adopting a custom data Hook.
💡 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.
reusing-logic-with-custom-hooks.md 조사 오타/문법 수정
변경 사항
src/content/learn/reusing-logic-with-custom-hooks.md에서 영어 단어/코드 뒤에 잘못 사용된 조사를 수정합니다.수정 내용
state과state와`useMount`과`useMount`와과 과 마찬가지로과 마찬가지로`useData`과`useData`와영어 단어가 모음 발음으로 끝날 때는 조사 '와'를 사용해야 합니다.
(state → 스테이트, useMount → 유즈마운트, useData → 유즈데이터)
필수 확인 사항
textlint가이드Textlint Guide선택 확인 사항