From 8f6cd6a265a94d4419cb707afc344e1ca5a00cde Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:55:55 +0000 Subject: [PATCH] Update website/docs/docs/build/simple.md Co-authored-by: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> --- website/docs/docs/build/simple.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/simple.md b/website/docs/docs/build/simple.md index 9b20a952ae6..2deb718d780 100644 --- a/website/docs/docs/build/simple.md +++ b/website/docs/docs/build/simple.md @@ -25,7 +25,7 @@ Note that we use the double colon (::) to indicate whether a parameter is nested | `measure` | A list of measure inputs. | Required | List | | `measure:name` | The measure you're referencing. | Required | String | | `measure:alias` | Optional [`alias`](/reference/resource-configs/alias) to rename the measure. | Optional | String | -| `measure:filter` | Optional `filter` used to apply to the measure. | Optional | String | +| `measure:filter` | Optional `filter` applied to the measure. | Optional | String | | `measure:fill_nulls_with` | Set the value in your metric definition instead of null (such as zero). | Optional | String | | `measure:join_to_timespine` | Indicates if the aggregated measure should be joined to the time spine table to fill in missing dates. Default `false`. | Optional | Boolean |