You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week1/MAKEME.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ GitHub API documentation: [Get](https://developer.github.com/v3/repos/#get)
79
79
80
80
The response object that is returned by GitHub from the request to get repository information includes a property with the `contributors_url`. Use the value of this property to make a new request to GitHub to obtain a list of contributors.
81
81
82
-
Note that, as a result of selecting a repository from the `\<select\>` element, your code must make two XMLHttpRequests, one after the other:
82
+
Note that, as a result of selecting a repository from the `<select>` element, your code must make two XMLHttpRequests, one after the other:
83
83
84
84
1. A first request to obtain repository information.
85
85
2. A second request using the `contributors_url` obtained from (1) to get a list of contributor information.
0 commit comments