Skip to content

Commit f0a2f67

Browse files
committed
fix a typo: function instead of fiunction
1 parent 23ecac7 commit f0a2f67

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)