From fe19e809dc5e3449739075096f3011b7d15bd50b Mon Sep 17 00:00:00 2001 From: Joel Labes Date: Thu, 19 Sep 2024 08:25:39 +1200 Subject: [PATCH] fix typo --- .../semantic-layer-3-build-semantic-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-3-build-semantic-models.md b/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-3-build-semantic-models.md index 98276776019..7990cf6752f 100644 --- a/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-3-build-semantic-models.md +++ b/website/docs/best-practices/how-we-build-our-metrics/semantic-layer-3-build-semantic-models.md @@ -293,7 +293,7 @@ semantic_models: Let's review the basics of semantic models: -- 🧱 Consist off **entities, dimensions, and measures**. +- 🧱 Consist of **entities, dimensions, and measures**. - 🫂 Describe the **semantics and relationships of objects** in the warehouse. - 1️⃣ Correspond to a **single logical model** in your dbt project.