From df8b387570c356ab46a2849362c8589f7df04d53 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Sun, 5 Jul 2020 12:16:38 +0300 Subject: [PATCH] docs(forms): Minor fix in forms overview guide (#37933) Remove an article from the `Data flow in forms` section of the forms overview guide. The use of `the` and `a` together is not syntactically correct. PR Close #37933 --- aio/content/guide/forms-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/forms-overview.md b/aio/content/guide/forms-overview.md index 1828c70348..2de4977686 100644 --- a/aio/content/guide/forms-overview.md +++ b/aio/content/guide/forms-overview.md @@ -117,7 +117,7 @@ As users change values and make selections through the view, the new values must Similarly, when the program logic changes values in the data model, those values must be reflected in the view. Reactive and template-driven forms differ in how they handle data flowing from the user or from programmatic changes. -The following diagrams illustrate both kinds of data flow for each type of form, using the a favorite-color input field defined above. +The following diagrams illustrate both kinds of data flow for each type of form, using the favorite-color input field defined above. ### Data flow in reactive forms