Skip to content

Commit

Permalink
canbechoseong
Browse files Browse the repository at this point in the history
  • Loading branch information
okinawaa committed Aug 20, 2024
1 parent 3a4abca commit c28082c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/docs/api/canBe.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ canBeChoseong('가'); // false
<Sandpack>

```ts index.ts
import { canBeJungseong } from 'es-hangul';
import { canBeChoseong } from 'es-hangul';

console.log(canBeJungseong(''));
console.log(canBeChoseong(''));
```

</Sandpack>
Expand Down

0 comments on commit c28082c

Please sign in to comment.