From 030c68df324def940e3be23519c228f9ee1caf8d Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 10 Jan 2018 10:45:05 +0100 Subject: [PATCH] docs(aio): change `df-question` to `app-question` (#21438) closes: #21404 PR Close #21438 --- aio/content/guide/dynamic-form.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.