Skip to content

Commit d074f20

Browse files
authored
Merge pull request #9053 from marmelab/doc-fix-a-typo-in-reference-one-field
[Doc] fix a typo in ReferenceOneField documentation
2 parents 23ecac7 + f0a2f67 commit d074f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ReferenceOneField.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ By default, `<ReferenceOneField>` links to the edition page of the related recor
107107
</ReferenceOneField>
108108
```
109109

110-
You can also set the `link` prop to a string, which will be used as the link type. It can be either `edit`, `show`, a route path, or a fiunction returning a route path based on the given record.
110+
You can also set the `link` prop to a string, which will be used as the link type. It can be either `edit`, `show`, a route path, or a function returning a route path based on the given record.
111111

112112
```jsx
113113
<ReferenceOneField

0 commit comments

Comments
 (0)