diff --git a/aio/content/guide/dynamic-form.md b/aio/content/guide/dynamic-form.md index f16a675f43..c3add23dcb 100644 --- a/aio/content/guide/dynamic-form.md +++ b/aio/content/guide/dynamic-form.md @@ -124,8 +124,8 @@ to create components to represent the dynamic form. -It presents a list of questions, each bound to a `` component element. -The `` tag matches the `DynamicFormQuestionComponent`, +It presents a list of questions, each bound to a `` component element. +The `` tag matches the `DynamicFormQuestionComponent`, the component responsible for rendering the details of each _individual_ question based on values in the data-bound question object.