From f5e5211cf735302067991a6513a4012e1df77a51 Mon Sep 17 00:00:00 2001 From: Bryan Robinson Date: Thu, 7 Dec 2017 21:30:41 -0600 Subject: [PATCH] Type Fix Fixes typo of the "Name" on the Relations documentation from "realtion" to "relation" --- website/site/content/docs/widgets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/site/content/docs/widgets.md b/website/site/content/docs/widgets.md index 5d1e8458..9bc53ec0 100644 --- a/website/site/content/docs/widgets.md +++ b/website/site/content/docs/widgets.md @@ -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"} - ``` \ No newline at end of file + ```