Skip to content

Commit 86c4e99

Browse files
authored
Merge pull request #539 from lingt-xyz/patch-1
Update openedx_courses.go
2 parents 1d5d257 + 672cb0a commit 86c4e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/openedx_courses/openedx_courses.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func main() {
4242
if !strings.HasPrefix(link, "/courses/") {
4343
return
4444
}
45-
// start scaping the page under the link found
45+
// start scraping the page under the link found
4646
e.Request.Visit(link)
4747
})
4848

0 commit comments

Comments
 (0)