Fixes typo of the "Name" on the Relations documentation from "realtion" to "relation"
This commit is contained in:
Bryan Robinson 2017-12-07 21:30:41 -06:00 committed by Caleb
parent b370929087
commit f5e5211cf7

View File

@ -250,7 +250,7 @@ The object widget allows you to group multiple widgets together, nested under a
The relation widget allows you to reference items from another collection. It provides a search input with a list of entries from the collection you're referencing, and the list automatically updates with matched entries based on what you've typed.
- **Name:** `realtion`
- **Name:** `relation`
- **UI:** text input with search result dropdown
- **Data type:** data type of the value pulled from the related collection item
- **Options:**
@ -333,4 +333,4 @@ The text widget takes a multiline text field and saves it as a string. For short
```yaml
- {label: "Description", name: "description", widget: "text"}
```
```