Skip to content

Conversation

@lumirlumir
Copy link
Collaborator

@lumirlumir lumirlumir commented Jul 15, 2024

안녕하세요😁 textlint에 의해 검사된 아래 1개의 키워드를 수정하였습니다.

용어 term 정규표현식 sources 번역 target 논의 discussions
User /User/, /유저/ 사용자 #569

특이사항

  • useRef 키워드가 /User/i 정규표현식에 의해 검사되는데, 모든 문서의 useRef는 원래 인라인 코드 블럭으로 감싸져야 하는 부분이라, 이는 정상적인 동작입니다!
  • 하지만, 이 부분은 정확히 User라는 키워드만 골라내지 못하는 경우이기에, 추후 정규표현식에 \b(Word Boundary)를 추가하여 특정 키워드만 정확히 골라내도록 수정하겠습니다.

Progress

@vercel
Copy link

vercel bot commented Jul 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
ko-legacy-reactjs-org ⬜️ Ignored (Inspect) Visit Preview Jul 18, 2024 3:46am

@lumirlumir lumirlumir changed the title fix: typo 'user' linted by textlint fix: typo linted by textlint Jul 15, 2024
@github-actions
Copy link

github-actions bot commented Jul 15, 2024

Size changes

📦 Next.js Bundle Analysis for react-dev

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

This PR introduced no changes to the JavaScript bundle! 🙌

@lumirlumir lumirlumir changed the title fix: typo linted by textlint fix: typo 'user' linted by textlint Jul 15, 2024
hg-pyun
hg-pyun previously approved these changes Jul 16, 2024
@hg-pyun
Copy link
Member

hg-pyun commented Jul 16, 2024

@lumirlumir 컨플릭트 리졸브가 필요합니다!

@lumirlumir
Copy link
Collaborator Author

lumirlumir commented Jul 16, 2024

넵 수정하였습니다🙇‍♂️🙇‍♂️

@lumirlumir lumirlumir requested a review from hg-pyun July 16, 2024 16:29
Copy link
Member

@hg-pyun hg-pyun left a comment

Choose a reason for hiding this comment

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

LGTM

@hg-pyun hg-pyun merged commit f67082c into reactjs:main Jul 19, 2024
@lumirlumir lumirlumir deleted the typo-user branch July 19, 2024 10:41
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