Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: days에 대한 설명이 date에 들어가있던 문제 수정 #234

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/pages/docs/api/date.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import { Sandpack } from '@/components/Sandpack';

# date

Convert numbers to native Korean words representing dates. The given number is valid when it is greater than 0 and less than or equal to 30.
Convert numbers to native Korean words representing dates.

## days

Convert numbers to native Korean words for days.
Convert numbers to native Korean words for days. The given number is valid when it is greater than 0 and less than or equal to 30.

```typescript
function days(
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/docs/api/date.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import { Sandpack } from '@/components/Sandpack';

# date

숫자를 날짜를 나타내는 순우리말로 바꿔줍니다. 주어진 숫자가 0보다 크고 30 이하일 때 유효합니다.
숫자를 날짜를 나타내는 순우리말로 바꿔줍니다.

## days

숫자를 순우리말 날로 바꿔줍니다.
숫자를 순우리말 날로 바꿔줍니다. 주어진 숫자가 0보다 크고 30 이하일 때 유효합니다.

```typescript
function days(
Expand Down