Skip to content

Commit

Permalink
docs: fix typo in korean docs (#107)
Browse files Browse the repository at this point in the history
* docs: fix type

* chore: delete .DS_Store
  • Loading branch information
gwansikk authored Feb 5, 2025
1 parent 7dc3a45 commit 9945f49
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
!.yarn/sdks
!.yarn/versions

node_modules
node_modules
.DS_Store
Binary file removed docs-old/.DS_Store
Binary file not shown.
Binary file removed docs-old/public/.DS_Store
Binary file not shown.
Binary file removed docs/.DS_Store
Binary file not shown.
Binary file removed docs/public/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/src/pages/ko/docs/guides/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export function ConfirmDialog({ isOpen, close }) {
1. close를 사용한 경우

- 닫기 애니메이션이 실행되고, 상태(count)가 유지돼요.
- 다시 열었을 때 이전 상태가 복원됩돼요.
- 다시 열었을 때 이전 상태가 복원돼요.

2. unmount를 사용한 경우

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/ko/docs/guides/think-in-overlay-kit.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# overlay-kit으로 생각하기

React 철학을 기반으로 탄생한 `overlay-kit`과 이를 구체화한 **선언적 오버레이 패턴(Declarative Overlay Pattern)**에 대해 알아볼게요.
React 철학을 기반으로 탄생한 `overlay-kit`과 이를 구체화한 <b>선언적 오버레이 패턴(Declarative Overlay Pattern)</b>에 대해 알아볼게요.

## overlay-kit을 사용하는 이유

Expand Down

0 comments on commit 9945f49

Please sign in to comment.