diff --git a/src/guide/essentials/component-basics.md b/src/guide/essentials/component-basics.md index ba031bf82..07f0532c8 100644 --- a/src/guide/essentials/component-basics.md +++ b/src/guide/essentials/component-basics.md @@ -298,7 +298,7 @@ Then want to render a component for each one, using `v-for`: -Notice how `v-bind` is used to pass dynamic prop values. This is especially useful when you don't know the exact content you're going to render ahead of time. +Notice how `v-for` is used to pass dynamic prop values. This is especially useful when you don't know the exact content you're going to render ahead of time. That's all you need to know about props for now, but once you've finished reading this page and feel comfortable with its content, we recommend coming back later to read the full guide on [Props](/guide/components/props).