Skip to content

Commit 0783fee

Browse files
author
Kuldeep Saxena
authored
Update FormGroup.md
1 parent 92eeebf commit 0783fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/FormGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ controls: {
6969
```ts
7070
submitted: boolean
7171
```
72-
A form is submitted if the `handleSubmit` event has been triggered on it.
72+
A form is submitted if the `handleSubmit` function has been called on it.
7373
##
7474
```ts
7575
registerControl(name: string, control: AbstractControl): AbstractControl

0 commit comments

Comments
 (0)