You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/ko/README-ko.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
</a>
24
24
</p>
25
25
26
-
> Day.js는 Moment.js와 호환되는 대부분의 API를 사용하며, 최신 브라우저에서 날짜와 시간에 대한 구문 분석, 유효성 검사, 조작, 출력하는 경량 JavaScript 라이브러리입니다. Moment.js를 사용하고 있다면, Day.js는 껌입니다.
26
+
> Day.js는 대부분의 API가 Moment.js와 호환되며 최신 브라우저에서 날짜와 시간에 대한 구문 분석, 유효성 검사, 조작, 출력을 간편하게 처리하는 경량 JavaScript 라이브러리 입니다. Moment.js를 사용해본 경험이 있다면, Day.js도 쉽게 사용하실 수 있습니다.
27
27
28
28
```js
29
29
dayjs()
@@ -46,7 +46,7 @@ dayjs()
46
46
47
47
### 문서
48
48
49
-
더 많은 세부 사항과 API, 그리고 다른 문서를[day.js.org](https://day.js.org/) 웹사이트에서 볼 수 있습니다.
49
+
더 많은 세부 사항과 API 및 다른 문서는[day.js.org](https://day.js.org/) 웹사이트에서 확인하실 수 있습니다.
50
50
51
51
### 설치
52
52
@@ -58,7 +58,7 @@ npm install dayjs --save
58
58
59
59
### API
60
60
61
-
Day.js API를 사용해서 날짜와 시간에 대한 구문 분석, 유효성 검사, 조작, 출력을 쉽게 할 수 있습니다.
61
+
Day.js API를 사용하여 날짜와 시간의 구문 분석, 검증, 조작, 출력을 간편하게 처리할 수 있습니다.
0 commit comments