Skip to content

Commit

Permalink
docs: 잘못된 예제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BO-LIKE-CHICKEN committed Aug 9, 2024
1 parent 2531d0a commit d84d271
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/pages/docs/api/date.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ days(30); // '서른날'
<Sandpack>

```ts index.ts
import { canBeJongseong } from 'es-hangul';
import { days } from 'es-hangul';

console.log(canBeJongseong(''));
console.log(days(3));
console.log(days(4));
```

</Sandpack>

0 comments on commit d84d271

Please sign in to comment.