Skip to content

Commit 45f44d4

Browse files
committed
fix('예외적인 상황들') : 오타 교정
1 parent 99ab4fc commit 45f44d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-edge-cases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ template: '<div><stack-overflow></stack-overflow></div>'
272272

273273
### 두 컴포넌트 사이의 순환 참조
274274

275-
Finder나 File Explorer 같은 파일 디렉토리 트리를 만드는 경우를 생각해 봅시다. 아마 아래와 같은 `tree-foler` 컴포넌트를 만들었을 것입니다:
275+
Finder나 File Explorer 같은 파일 디렉토리 트리를 만드는 경우를 생각해 봅시다. 아마 아래와 같은 `tree-folder` 컴포넌트를 만들었을 것입니다:
276276

277277
``` html
278278
<p>

0 commit comments

Comments
 (0)