From c20272d9a0bfafe4cc3b747f648002f5b8889f3a Mon Sep 17 00:00:00 2001 From: "James D. Bohrman" Date: Wed, 27 Nov 2024 12:29:01 -0500 Subject: [PATCH] Fix minor typo :3 --- docs/website/docs/dlt-ecosystem/destinations/clickhouse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/destinations/clickhouse.md b/docs/website/docs/dlt-ecosystem/destinations/clickhouse.md index 5ca25af55c..3bd1ae8e15 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/clickhouse.md +++ b/docs/website/docs/dlt-ecosystem/destinations/clickhouse.md @@ -126,7 +126,7 @@ clickhouse destination. :::tip -`dataset_name` is optional for Clikchouse. When skipped `dlt` will create all tables without prefix. Note that staging dataset +`dataset_name` is optional for ClickHouse. When skipped `dlt` will create all tables without prefix. Note that staging dataset tables will still be prefixed with `_staging` (or other name that you configure). :::