Skip to content

Commit 8c049f2

Browse files
authored
docs: add "네이티브" in HomeContent subtitle (#1248)
<!-- PR을 보내주셔서 감사합니다! 여러분과 같은 기여자들이 React를 더욱 멋지게 만듭니다! 기존 이슈와 관련된 PR이라면, 아래에 이슈 번호를 추가해주세요. --> # `HomeContent` 소제목에 "네이티브" 를 추가합니다. 수정내용 * `HomeContent` 소제목에 "네이티브" 를 추가합니다 * AS-IS: `웹 및 사용자 인터페이스를 위한 라이브러리` * TO-BE: `웹 및 네이티브 사용자 인터페이스를 위한 라이브러리` 설명 * `react.dev` `HomeContent` 소제목은 `The library for web and native user interfaces` 입니다. * `ko.react.dev` 은 `웹 및 사용자 인터페이스를 위한 라이브러리` 로, 원문의 `native` 부분이 누락되었습니다. ## 필수 확인 사항 - [x] [기여자 행동 강령 규약<sup>Code of Conduct</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CODE_OF_CONDUCT.md) - [x] [기여 가이드라인<sup>Contributing</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md) - [x] [공통 스타일 가이드<sup>Universal Style Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md) - [x] [번역을 위한 모범 사례<sup>Best Practices for Translation</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md) - [x] [번역 용어 정리<sup>Translate Glossary</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md) - [x] [`textlint` 가이드<sup>Textlint Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md) - [x] [맞춤법 검사<sup>Spelling Check</sup>](https://nara-speller.co.kr/speller/) ## 선택 확인 사항 - [ ] 번역 초안 작성<sup>Draft Translation</sup> - [ ] 리뷰 반영<sup>Resolve Reviews</sup>
1 parent 9a42ed2 commit 8c049f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/HomeContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export function HomeContent() {
145145
React
146146
</h1>
147147
<p className="text-4xl font-display max-w-lg md:max-w-full py-1 text-center text-secondary dark:text-primary-dark leading-snug self-center">
148-
웹 및 사용자 인터페이스를 위한 라이브러리
148+
웹 및 네이티브 사용자 인터페이스를 위한 라이브러리
149149
</p>
150150
<div className="mt-5 self-center flex gap-2 w-full sm:w-auto flex-col sm:flex-row">
151151
<ButtonLink

0 commit comments

Comments
 (0)