From 693753781b899ffe0578029cc50adb165a350103 Mon Sep 17 00:00:00 2001 From: SolomiiaSnihur Date: Mon, 3 Jun 2024 09:24:17 +0200 Subject: [PATCH] Fixed typo in the Data types article --- docs/080-management/data-catalog/050-data-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/080-management/data-catalog/050-data-types.md b/docs/080-management/data-catalog/050-data-types.md index fde38ead..92fa5720 100644 --- a/docs/080-management/data-catalog/050-data-types.md +++ b/docs/080-management/data-catalog/050-data-types.md @@ -25,7 +25,7 @@ The following table provides the description of data types along with the type o | DateTime | A date with a time, in the time zone of your computer. If no time zone is specified, then UTC is assumed when we try to normalize the date. | Typed | | Time | A time without a date, in the time zone of your computer | Typed | | Duration | A span of time. It is used to store and manipulate time intervals, which could be measured in seconds, minutes, hours, days, or other units of time. | Typed | -| Boolean | A _true_ or _false_ value. Data will only be strong-typed if it is stored as the values "true" or "false". For all other values such as "yes", "no", "1", "0" etc, the dtaa must be normalized using a Rule or a Clean Project | Typed | +| Boolean | A _true_ or _false_ value. Data will only be strong-typed if it is stored as the values "true" or "false". For all other values such as "yes", "no", "1", "0" and so on, the data must be normalized using a [rule](/management/rules) or a clean [project](/preparation/clean). | Typed | | Integer | A whole number without any fractional or decimal part. | Typed | | Number | Any numeric value, including integers and numbers with decimal parts. | Typed | | Uri | A Universal Resource Identifier (URI) text string to an image. | Keyword |