Skip to content

Commit 77a5ea7

Browse files
authored
chore(docs): fix some typos (#82)
1 parent efc1ad0 commit 77a5ea7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ko/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 시작하기
22

3-
es-git은 N-API를 기반으로 구축되어 설치 속도가 매우 빠르고 안정성이 뛰어난 Node.js용 최신 Git 라이브러리에요.
3+
es-git은 N-API를 기반으로 구축되어 설치 속도가 매우 빠르고 안정성이 뛰어난 Node.js용 최신 Git 라이브러리예요.
44

55
간편한 인터페이스로 복잡한 Git 작업도 쉽게 통합할 수 있으며, TypeScript 타입을 지원해서 빠르고 안정적인 개발이 가능해요.
66

docs/ko/reference/Commit/Methods/id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# id
22

3-
리포지토리 커밋의 id (SHA1)를 가져와요.
3+
리포지토리 커밋의 ID(SHA1)를 가져와요.
44

55
## 시그니처
66

docs/ko/reference/Commit/Methods/message.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ class Commit {
2828
<li class="param-li param-li-root">
2929
<span class="param-type">Error</span>
3030
<br>
31-
<p class="param-description">올바른 utf-8이 아닐 경우 에러를 발생시켜요.</p>
31+
<p class="param-description">올바른 UTF-8 인코딩이 아닐 경우 에러를 발생시켜요.</p>
3232
</li>
3333
</ul>

docs/ko/reference/Commit/Methods/summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ class Commit {
2828
<li class="param-li param-li-root">
2929
<span class="param-type">Error</span>
3030
<br>
31-
<p class="param-description">올바른 utf-8이 아닐 경우 에러를 발생시켜요.</p>
31+
<p class="param-description">올바른 UTF-8 인코딩이 아닐 경우 에러를 발생시켜요.</p>
3232
</li>
3333
</ul>

0 commit comments

Comments
 (0)