Skip to content

docs: fix Korean particle typos in reusing-logic-with-custom-hooks#1509

Merged
lumirlumir merged 2 commits into
reactjs:mainfrom
vlmbuyd:fix/reusing-logic-particle-typo
May 11, 2026
Merged

docs: fix Korean particle typos in reusing-logic-with-custom-hooks#1509
lumirlumir merged 2 commits into
reactjs:mainfrom
vlmbuyd:fix/reusing-logic-particle-typo

Conversation

@vlmbuyd
Copy link
Copy Markdown
Contributor

@vlmbuyd vlmbuyd commented May 11, 2026

reusing-logic-with-custom-hooks.md 조사 오타/문법 수정

변경 사항

src/content/learn/reusing-logic-with-custom-hooks.md에서 영어 단어/코드 뒤에 잘못 사용된 조사를 수정합니다.

수정 내용

수정 전 수정 후
state과 state와
`useMount`과 `useMount`와
과 과 마찬가지로 과 마찬가지로
`useData`과 `useData`와

영어 단어가 모음 발음으로 끝날 때는 조사 '와'를 사용해야 합니다.
(state → 스테이트, useMount → 유즈마운트, useData → 유즈데이터)

필수 확인 사항

선택 확인 사항

  • 번역 초안 작성Draft Translation
  • 리뷰 반영Resolve Reviews

@vlmbuyd vlmbuyd requested a review from hg-pyun as a code owner May 11, 2026 00:13
Copilot AI review requested due to automatic review settings May 11, 2026 00:13
@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ko-legacy-reactjs-org Ignored Ignored Preview May 11, 2026 1:36am

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 copying isOnline state 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.

Copy link
Copy Markdown
Collaborator

@lumirlumir lumirlumir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lumirlumir lumirlumir merged commit c5fee6a into reactjs:main May 11, 2026
5 of 6 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 11, 2026

Size changes

Details

📦 Next.js Bundle Analysis for undefined

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants