diff --git a/docs/content/concepts/assets/asset-checks/checking-for-data-freshness.mdx b/docs/content/concepts/assets/asset-checks/checking-for-data-freshness.mdx index dd29f00512d0c..3433f8831ca45 100644 --- a/docs/content/concepts/assets/asset-checks/checking-for-data-freshness.mdx +++ b/docs/content/concepts/assets/asset-checks/checking-for-data-freshness.mdx @@ -358,13 +358,13 @@ height={1944} ## APIs in this guide -| Name | Description | -| ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | -| | A decorator used to define asset checks that execute in their own [op](/concepts/ops-jobs-graphs/ops). | -| | A function that constructs a freshness check definition for each provided asset | -| | A function that constructs a freshness check definition for each provided time-window partitioned asset | -| | Builds a sensor that triggers evaluation of freshness checks | -| | An object representing a successful observation of an asset. Used with observable source assets to pass metadata. | +| Name | Description | +| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | +| | A decorator used to define asset checks that execute in their own [op](/concepts/ops-jobs-graphs/ops). | +| | A function that constructs a freshness check definition for each provided asset | +| | A function that constructs a freshness check definition for each provided time-window partitioned asset | +| | Builds a sensor that triggers evaluation of freshness checks | +| | An object representing a successful observation of an asset. Used with observable source assets to pass metadata. | ---