From 672cb0a7c52fbeaca9bb8046a063143909d94abe Mon Sep 17 00:00:00 2001 From: Ling Date: Mon, 7 Sep 2020 02:19:46 -0400 Subject: [PATCH] Update openedx_courses.go Typo: scaping -> scraping --- _examples/openedx_courses/openedx_courses.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/openedx_courses/openedx_courses.go b/_examples/openedx_courses/openedx_courses.go index 38b0aff25..b96d5e43d 100644 --- a/_examples/openedx_courses/openedx_courses.go +++ b/_examples/openedx_courses/openedx_courses.go @@ -42,7 +42,7 @@ func main() { if !strings.HasPrefix(link, "/courses/") { return } - // start scaping the page under the link found + // start scraping the page under the link found e.Request.Visit(link) })