From cb28093168068701350b5f4a5d243dda4cef8012 Mon Sep 17 00:00:00 2001 From: Sultan Iman Date: Mon, 13 May 2024 14:42:46 +0200 Subject: [PATCH] Update section title --- docs/website/docs/walkthroughs/create-a-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/walkthroughs/create-a-pipeline.md b/docs/website/docs/walkthroughs/create-a-pipeline.md index 343e67c1f2..df4e1bb265 100644 --- a/docs/website/docs/walkthroughs/create-a-pipeline.md +++ b/docs/website/docs/walkthroughs/create-a-pipeline.md @@ -13,7 +13,7 @@ using the command `dlt init ` and tweaking the pipeline ac Please make sure you have [installed `dlt`](../reference/installation.md) before following the steps below. -## Task Overview +## Task overview Imagine you want to analyze issues from a GitHub project locally. To achieve this, you need to write code that accomplishes the following: