Skip to content

docs: fix typos#1520

Merged
lumirlumir merged 3 commits into
mainfrom
docs/fix-typos
May 27, 2026
Merged

docs: fix typos#1520
lumirlumir merged 3 commits into
mainfrom
docs/fix-typos

Conversation

@lumirlumir
Copy link
Copy Markdown
Collaborator

문서 내 오타들을 수정하였습니다.

Copilot AI review requested due to automatic review settings May 27, 2026 10:42
@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

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

Project Deployment Actions Updated (UTC)
ko-react-dev Building Building Preview, Comment May 27, 2026 10:44am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ko-legacy-reactjs-org Ignored Ignored Preview May 27, 2026 10:44am

Request Review

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 27, 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! 🙌

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

문서 전반에서 오탈자/표현을 다듬고, 일부 코드/주석 예시에서 잘못된 ESLint 지시어 및 표기를 바로잡는 PR입니다.

Changes:

  • eslint-ignore-next-lineeslint-disable-next-line로 잘못된 ESLint 지시어를 수정
  • 한국어 문장 다듬기(띄어쓰기, 용어 통일, 문장부호) 및 링크/표기 오류 수정
  • 일부 코드 블록의 문장부호/세미콜론 등 예시 표기 정리

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/content/reference/react/useSyncExternalStore.md 문장/용어 다듬기, 링크 표기 수정, 예시 코드 문장부호 정리
src/content/reference/react/useRef.md 섹션 제목/문장부호 정리
src/content/reference/react/useEffect.md 문서 예시의 ESLint 지시어 오타 수정
src/content/learn/removing-effect-dependencies.md 문장/용어/문장부호 다듬기 및 예시 텍스트/표현 수정
src/content/learn/lifecycle-of-reactive-effects.md 문서 예시의 ESLint 지시어 오타 수정
Comments suppressed due to low confidence (1)

src/content/learn/removing-effect-dependencies.md:333

  • Sandpack 예시의 문구 "Every second, increment by."는 영어로 문장이 미완성입니다(‘by’ 뒤에 목적어/콜론 등이 필요). 원래 의도대로 콜론(":")을 두거나 문장을 완결된 형태로 수정해 주세요.
      <p>
        Every second, increment by:
        <button disabled={increment === 0} onClick={() => {
          setIncrement(i => i - 1);

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/content/reference/react/useRef.md
@lumirlumir lumirlumir merged commit 7e2f8f0 into main May 27, 2026
9 checks passed
@lumirlumir lumirlumir deleted the docs/fix-typos branch May 27, 2026 10:48
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.

2 participants