From 3dab9c18ddad3ca0f83db5f33a76d396cc38a9c3 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Thu, 18 Jan 2024 16:10:15 -0500 Subject: [PATCH] Update website/docs/reference/resource-properties/freshness.md --- website/docs/reference/resource-properties/freshness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-properties/freshness.md b/website/docs/reference/resource-properties/freshness.md index 52733bd9611..09b1d2e75e6 100644 --- a/website/docs/reference/resource-properties/freshness.md +++ b/website/docs/reference/resource-properties/freshness.md @@ -50,7 +50,7 @@ To exclude a source from freshness calculations, you have two options: - Explicitly set `freshness: null`. Freshness blocks are applied hierarchically: -- A `freshness` property added to a source will be applied to all all tables defined in that source +- A `freshness` property added to a source will be applied to all tables defined in that source. - A `freshness` property added to a source _table_ will override any properties applied to the source. This is useful when all of the tables in a source have the same `loaded_at_field`.