Skip to content

Commit b1689ac

Browse files
committed
Merge pull request #188 from dnixx/patch
fix typo
2 parents 43f80f3 + 1dc8d21 commit b1689ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ When using components, it is often desired to compose them like this:
495495

496496
There are two things to note here:
497497

498-
1. The `<app>` component do not know what content may be present inside its mount target. It is decided by whatever parent component that is using `<app>`.
498+
1. The `<app>` component does not know what content may be present inside its mount target. It is decided by whatever parent component that is using `<app>`.
499499

500500
2. The `<app>` component very likely has its own template.
501501

0 commit comments

Comments
 (0)