Commit 3c6c2a5
authored
docs: installation and creating page fixes (#1526)
<!--
PR을 보내주셔서 감사합니다! 여러분과 같은 기여자들이 React를 더욱 멋지게 만듭니다!
기존 이슈와 관련된 PR이라면, 아래에 이슈 번호를 추가해주세요.
-->
# docs: installation 페이지 중복 문구 제거 및 creating-a-react-app 오탈자 수정
`src/content/learn/installation.md`와
`src/content/learn/creating-a-react-app.md`의 문구를 정리했습니다.
## 1) `installation.md`
- 로컬 환경에서 React를 시도하는 안내 문구가 중복으로 노출되던 부분을 제거했습니다.
- 중복 문구와 함께 불필요해진 소제목을 제거해 영문 원문 흐름에 맞게 정리했습니다.
<table>
<tr>
<td align="center">
<img
src="https://github.com/user-attachments/assets/4be6193a-cee2-4fe5-a2bd-4b5d998910e1"
width="600" />
</td>
<td align="center">
<img
src="https://github.com/user-attachments/assets/c92e72cd-0151-4c63-9792-2b71ca6ddf5e"
width="600" />
</td>
</tr>
<tr>
<td align="center"><b>Before</b></td>
<td align="center"><b>After</b></td>
</tr>
<tr>
<td align="left">
<sub>
`로컬 환경에서 React 시도하기` 소제목과 동일한 안내 문구가
`새로운 React 프로젝트 시작하기` 아래에서 한 번 더 반복됩니다.
</sub>
</td>
<td align="left">
<sub>
중복 안내 문구를 제거하고 소제목도 함께 정리해,
영문 원문과 유사한 흐름으로 바로 다음 섹션이 이어지도록 수정했습니다.
</sub>
</td>
</tr>
</table>
## 2) `creating-a-react-app.md`
- 코드 예시 내부 주석의 오탈자를 수정했습니다.
- `더라고도` → `더라도`
- 본문에 표시되는 설명 텍스트의 띄어쓰기를 수정했습니다.
- `서로다른` → `서로 다른`
## 필수 확인 사항
- [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 bf0644f commit 3c6c2a5
2 files changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
51 | | - | |
52 | 48 | | |
53 | 49 | | |
54 | 50 | | |
| |||
0 commit comments