From 060fcce00eb205f5d264a9b73425c0566af8f9bc Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Thu, 16 May 2024 13:31:57 +0200 Subject: [PATCH] Update docs/website/docs/walkthroughs/create-a-pipeline.md --- 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 31dc994a32..bba78dc6cb 100644 --- a/docs/website/docs/walkthroughs/create-a-pipeline.md +++ b/docs/website/docs/walkthroughs/create-a-pipeline.md @@ -22,7 +22,7 @@ Imagine you want to analyze issues from a GitHub project locally. To achieve this, you need to write code that accomplishes the following: 1. Constructs a correct request. -2. Authenticates your requests. +2. Authenticates your request. 3. Fetches and handles paginated issue data. 4. Stores the data for analysis.