From 50d9d92f6acf6d2e3727a8c2384e82786707547b Mon Sep 17 00:00:00 2001 From: Marten-hallik Date: Tue, 12 Mar 2024 13:04:37 +0200 Subject: [PATCH] Correct formating --- docs/extensibility/transforms/operations/date-math.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensibility/transforms/operations/date-math.md b/docs/extensibility/transforms/operations/date-math.md index 03555bbe8..5facd3ba7 100644 --- a/docs/extensibility/transforms/operations/date-math.md +++ b/docs/extensibility/transforms/operations/date-math.md @@ -90,7 +90,7 @@ Some examples of expressions are: - `true` indicates the transform rounds up (i.e., truncate the fractional date/time component indicated and then add one unit of that component). - `false` indicates the transform rounds down (i.e., truncate the fractional date/time component indicated). - - `input` - This is an optional attribute that can explicitly define the input data passed into the transform logic. If no input is provided, the transform takes its input from the source and attribute combination configured with the UI. + - **input** - This is an optional attribute that can explicitly define the input data passed into the transform logic. If no input is provided, the transform takes its input from the source and attribute combination configured with the UI. ## Examples