From e32d190f9918ef65a92f023b0116737f53cd1e24 Mon Sep 17 00:00:00 2001 From: Mayeul Kauffmann Date: Fri, 18 Aug 2023 10:40:22 +0200 Subject: [PATCH] typos display-value --- .../noco-docs/content/en/setup-and-usages/display-value.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/display-value.md b/packages/noco-docs/content/en/setup-and-usages/display-value.md index 28fd6fd5ab..163cef828b 100644 --- a/packages/noco-docs/content/en/setup-and-usages/display-value.md +++ b/packages/noco-docs/content/en/setup-and-usages/display-value.md @@ -14,7 +14,7 @@ menuTitle: "Display Value" ## What is the use of Display Value ? - Within a spreadsheet, Display Value are always highlighted so that it is easier to recognise what row we are in. -- And when LinkToAnotherRecord is created between two tables - it is the Display Value that appears in LinkToAnotheRecord column. +- And when LinkToAnotherRecord is created between two tables - it is the Display Value that appears in LinkToAnotherRecord column. #### Example : Display Value highlighted in Actor table image @@ -32,7 +32,7 @@ Click down arrow in the target column. Click `Set as Display Value`. ![image](https://user-images.githubusercontent.com/35857179/219339727-dee5fdea-6db7-4a06-9e48-df7113cc63b1.png) -## How is Display Value identfied for existing database tables ? +## How is Display Value identified for existing database tables ? - It is usually the first column after the primary key which is not a number. - If there is no column which is not a number then the column adjacent to primary key is chosen.