Skip to content

Commit 0918643

Browse files
sasidharansdalxhub
authored andcommitted
docs: fix input validation link in reactive forms (angular#56334)
PR Close angular#56334
1 parent 38eaf46 commit 0918643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/forms/reactive-forms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following example shows you how to display the current value using interpola
7878
The displayed value changes as you update the form control element.
7979

8080
Reactive forms provide access to information about a given control through properties and methods provided with each instance.
81-
These properties and methods of the underlying [AbstractControl](api/forms/AbstractControl "API reference") class are used to control form state and determine when to display messages when handling [input validation](#basic-form-validation "Learn more about validating form input").
81+
These properties and methods of the underlying [AbstractControl](api/forms/AbstractControl "API reference") class are used to control form state and determine when to display messages when handling [input validation](#validating-form-input "Learn more about validating form input").
8282

8383
Read about other `FormControl` properties and methods in the [API Reference](api/forms/FormControl "Detailed syntax reference").
8484

0 commit comments

Comments
 (0)