Skip to content

Commit 70990f1

Browse files
Fix typo in Korean version of contributor cheat sheet (#7064)
* Fix typo in Korean version of contributor cheat sheet * Update contributors/guide/contributor-cheatsheet/README-ko.md Co-authored-by: Jihoon Seo <[email protected]> * Update contributors/guide/contributor-cheatsheet/README-ko.md * Update contributors/guide/contributor-cheatsheet/README-ko.md --------- Co-authored-by: Jihoon Seo <[email protected]>
1 parent 0f22741 commit 70990f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributors/guide/contributor-cheatsheet/README-ko.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ GitHub 이슈는 버그 리포트, 개선 요청 또는 실패한 테스트와
205205
- 더 자세한 설명이 필요하다고 생각하는 자신의 PR에 대한
206206
의견을 말한다.
207207
- [`/assign @<username>`][assign]으로 PR을 선택적으로 할당한다.
208-
많은 리뷰어를 지정하더라도, 더 빨리 PR을 검토되지는 않는다.
208+
리뷰어를 많이 지정한다고 해서 PR이 더 빨리 검토되지는 않는다.
209209
- PR이 _"진행중인 작업"_ 으로 간주되면, 접두사로 `[WIP]`를 붙이거나,
210210
[`/hold`][hold] 명령을 사용한다. 이는 `[WIP]` 또는 hold가 해제될 때까지
211-
PR이 합쳐지는 것을 막을 것이다.
211+
PR이 병합(merge)되는 것을 막을 것이다.
212212
- 만약 PR이 리뷰되지 않았다면, 동일한 변경 사항으로 새로운 PR을 열고 닫지 않는다.
213213
`@<github username>` 명령을 사용하여 리뷰어에게 Ping한다.
214214

0 commit comments

Comments
 (0)