Skip to content

Commit 055a263

Browse files
docs: fix typo in fields/relationship.mdx (#12306)
1 parent a62cdc8 commit 055a263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fields/relationship.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The `filterOptions` property can either be a `Where` query, or a function return
150150
| `id` | The `id` of the current document being edited. Will be `undefined` during the `create` operation or when called on a `Filter` component within the list view. |
151151
| `relationTo` | The collection `slug` to filter against, limited to this field's `relationTo` property. |
152152
| `req` | The Payload Request, which contains references to `payload`, `user`, `locale`, and more. |
153-
| `siblingData` | An object containing document data that is scoped to only fields within the same parent of this field. Will be an emprt object when called on a `Filter` component within the list view. |
153+
| `siblingData` | An object containing document data that is scoped to only fields within the same parent of this field. Will be an empty object when called on a `Filter` component within the list view. |
154154
| `user` | An object containing the currently authenticated user. |
155155

156156
## Example

0 commit comments

Comments
 (0)