Skip to content

Commit 58da710

Browse files
author
Kuldeep Saxena
authored
Update FormGenerator.md
1 parent 6c7df5e commit 58da710

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/api/FormGenerator.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ A react component which generates a tree of control objects & render the UI by k
1212

1313

1414
## Props
15-
##
1615
```ts
1716
onMount: (form: FormGroup|FormArray) => void
1817
```
@@ -131,7 +130,7 @@ The above example will create a structure like that:
131130
```ts
132131
formState: any|{ value: any, disabled: boolean }
133132
```
134-
You can use this prop to define the initial state of the control.
133+
You can use this property to define the initial state of the control.
135134
### Note:
136135
Only works with [FormControl](FormControl.md)
137136

0 commit comments

Comments
 (0)