Skip to content

Commit c3b587c

Browse files
authored
Merge pull request #162 from rvsia/fix-array-docs
Notify that only FIELD_ARRAY gets FieldArrayProvider
2 parents eae6b45 + 3b6521a commit c3b587c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/docs-components/field-array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Simillarly to <NavLink to='/renderer/field-provider'>FieldProvider</NavLink> Dat
99

1010
#### Using FieldArrayProvider
1111

12-
Each component receives as a prop `FieldArrayProvider`. You can wrap you component into it and they you have an access to all functionallity.
12+
Component mapped to `componentTypes.FIELD_ARRAY` (`field_array`) receives as a prop `FieldArrayProvider`. You can wrap your component into it and they you have an access to all functionallity.
1313

1414
<RawComponent source="field-array/form-fields-mapper" />
1515

0 commit comments

Comments
 (0)