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.