Skip to content

Commit de0f19a

Browse files
authored
Improve wording
1 parent baabe56 commit de0f19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ReferenceManyInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ const ProductEdit = () => (
297297
## Limitations
298298

299299
- `<ReferenceManyInput>` cannot be used inside an `<ArrayInput>` or a `<ReferenceOneInput>`.
300-
- `<ReferenceManyInput>` does not support reordering its items so you should set `disableReordering` on `<SimpleFormIterator>` if you use it.
300+
- `<ReferenceManyInput>` does not support reordering its items so you should set the `disableReordering` prop on `<SimpleFormIterator>` if you use it.
301301
- `<ReferenceManyInput>` cannot be used with `undoable` mutations in a `<Create>` view.
302302
- `<ReferenceManyInput>` cannot have a `<ReferenceOneInput>` or a `<ReferenceManyToManyInput>` as one of its children.
303303
- `<ReferenceManyInput>` does not support server side validation.

0 commit comments

Comments
 (0)