diff --git a/website/docs/docs/build/metrics-overview.md b/website/docs/docs/build/metrics-overview.md index 93a33759dd..fdca70d777 100644 --- a/website/docs/docs/build/metrics-overview.md +++ b/website/docs/docs/build/metrics-overview.md @@ -120,14 +120,15 @@ semantic_models: - name: orders expr: 1 agg: sum - metrics: - - name: orders - type: simple - label: Count of Orders - type_params: - measure: - name: orders - time_granularity: month -- Optional, defaults to day + +metrics: + - name: orders + type: simple + label: Count of Orders + type_params: + measure: + name: orders + time_granularity: month -- Optional, defaults to day ```