Skip to content

Commit

Permalink
docs: josa 함수 설명글 수정 (#61)
Browse files Browse the repository at this point in the history
* Update josa.md

* Create wicked-gifts-allow.md

---------

Co-authored-by: 박찬혁 <[email protected]>
  • Loading branch information
wdj0729 and okinawaa committed Apr 19, 2024
1 parent 200ecd9 commit 8a68b73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wicked-gifts-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": patch
---

docs: josa 함수 설명글 수정
2 changes: 1 addition & 1 deletion docs/src/pages/docs/api/josa.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: josa

# josa

한글 문자열에 `'이/가'`, `'을/를'`, `'은/는'`, `'으로/로'`, `'와/과'`, `'이나/나'`, `이란/란`, `아/야`, `'이랑/랑'`, `'이에요/예요'`, `'으로서/로서'`, `'으로써/로써'`, `'으로부터/로부터'` 와 같은 조사를 붙여줍니다.
한글 문자열에 `'이/가'`, `'을/를'`, `'은/는'`, `'으로/로'`, `'와/과'`, `'이나/나'`, `'이에/에'`, `'이란/란'`, `'아/야'`, `'이랑/랑'`, `'이에요/예요'`, `'으로서/로서'`, `'으로써/로써'`, `'으로부터/로부터'` 와 같은 조사를 붙여줍니다.

```typescript
function josa(
Expand Down

0 comments on commit 8a68b73

Please sign in to comment.