Skip to content

Commit

Permalink
Update docs/website/docs/walkthroughs/create-a-pipeline.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored May 16, 2024
1 parent f7ee428 commit 060fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/walkthroughs/create-a-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 060fcce

Please sign in to comment.