docs: fix typos#1520
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
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! 🙌 |
Contributor
There was a problem hiding this comment.
Pull request overview
문서 전반에서 오탈자/표현을 다듬고, 일부 코드/주석 예시에서 잘못된 ESLint 지시어 및 표기를 바로잡는 PR입니다.
Changes:
eslint-ignore-next-line→eslint-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.
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.
문서 내 오타들을 수정하였습니다.