Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit fe7a9d7

Browse files
authored
Minor update: Github -> GitHub
1 parent b67e023 commit fe7a9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Introduction to Coroutines and Channels/02_BlockingRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We will use the developer GitHub API, which performs the requests under your account
44
and uses your password and authentication token you've provided.
55

6-
We will use [Retrofit](https://square.github.io/retrofit/) to perform HTTP requests to Github.
6+
We will use [Retrofit](https://square.github.io/retrofit/) to perform HTTP requests to GitHub.
77
It allows us to request the list of repositories under the given organization,
88
and the list of contributors for each repository:
99

0 commit comments

Comments
 (0)