From 7112d01331778cb1d5f1e5e4d8fa153014faf3ab Mon Sep 17 00:00:00 2001 From: Sergiy Kolesnikov Date: Mon, 29 Jun 2026 17:11:30 +0200 Subject: [PATCH] doc: fix a typo in the concepts overview Signed-off-by: Sergiy Kolesnikov --- docs/concepts/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/overview.md b/docs/concepts/overview.md index fcfd8cf248..32ad4176ae 100644 --- a/docs/concepts/overview.md +++ b/docs/concepts/overview.md @@ -68,4 +68,4 @@ SQLMesh automatically runs audits when you apply a `plan` to an environment, or ## Infrastructure and orchestration Every company's data infrastructure is different. SQLMesh is flexible with regard to which engines and orchestration frameworks you use — its only requirement is access to the target SQL/analytics engine. -SQLMesh keeps track of model versions and processed data intervals using your existing infrastructure. SQLMesh it automatically creates a `sqlmesh` schema in your data warehouse for its internal metadata. +SQLMesh keeps track of model versions and processed data intervals using your existing infrastructure. It automatically creates a `sqlmesh` schema in your data warehouse for its internal metadata.