From 96d4ccd6a539e6f64198a76f3ee28691658ccad1 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Mon, 6 Mar 2017 14:08:39 +0300 Subject: [PATCH 1/2] Add supposed link to Reactive Forms guide --- public/docs/ts/latest/cookbook/form-validation.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/form-validation.jade b/public/docs/ts/latest/cookbook/form-validation.jade index e71b02cb13..0a92aae3d7 100644 --- a/public/docs/ts/latest/cookbook/form-validation.jade +++ b/public/docs/ts/latest/cookbook/form-validation.jade @@ -347,7 +347,7 @@ a#reactive .l-sub-section :marked - Learn more about `FormBuilder` in a _forthcoming_ chapter on reactive forms. + Learn more about `FormBuilder` in the [Introduction to FormBuilder](../guide/reactive-forms.html#formbuilder) chapter of Reactive Forms guide. :marked #### Committing hero value changes From d1cbaff9fc4398bc997b16418792e5a966f01437 Mon Sep 17 00:00:00 2001 From: AlexanderLukin Date: Tue, 7 Mar 2017 15:42:48 +0300 Subject: [PATCH 2/2] Change word 'chapter' to 'section' --- public/docs/ts/latest/cookbook/form-validation.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/cookbook/form-validation.jade b/public/docs/ts/latest/cookbook/form-validation.jade index 0a92aae3d7..ecf2541b74 100644 --- a/public/docs/ts/latest/cookbook/form-validation.jade +++ b/public/docs/ts/latest/cookbook/form-validation.jade @@ -347,7 +347,7 @@ a#reactive .l-sub-section :marked - Learn more about `FormBuilder` in the [Introduction to FormBuilder](../guide/reactive-forms.html#formbuilder) chapter of Reactive Forms guide. + Learn more about `FormBuilder` in the [Introduction to FormBuilder](../guide/reactive-forms.html#formbuilder) section of Reactive Forms guide. :marked #### Committing hero value changes