From 77482d29e2bfb919d4b03ef2358dcc8d02c1d952 Mon Sep 17 00:00:00 2001 From: Sultan Iman <354868+sultaniman@users.noreply.github.com> Date: Wed, 15 May 2024 16:47:05 +0200 Subject: [PATCH] Update docs/website/docs/walkthroughs/create-a-pipeline.md Co-authored-by: Anton Burnashev --- 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 e7611ce58d..b82c7adcba 100644 --- a/docs/website/docs/walkthroughs/create-a-pipeline.md +++ b/docs/website/docs/walkthroughs/create-a-pipeline.md @@ -141,7 +141,7 @@ Run the `github_api.py` pipeline script to test that the API call works: python github_api.py ``` -This should print out json data containig the issues in the GitHub project. +This should print out JSON data containing the issues in the GitHub project. It also prints `load_info` object.