diff --git a/src/guide/components.md b/src/guide/components.md index 74460f5607..769b1ffd64 100644 --- a/src/guide/components.md +++ b/src/guide/components.md @@ -495,7 +495,7 @@ When using components, it is often desired to compose them like this: There are two things to note here: -1. The `` component do not know what content may be present inside its mount target. It is decided by whatever parent component that is using ``. +1. The `` component does not know what content may be present inside its mount target. It is decided by whatever parent component that is using ``. 2. The `` component very likely has its own template.