Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15e1cb3

Browse files
committed
removed unnecessary escapes
1 parent 48bee1a commit 15e1cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week1/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GitHub API documentation: [Get](https://developer.github.com/v3/repos/#get)
7979

8080
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.
8181

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:
8383

8484
1. A first request to obtain repository information.
8585
2. A second request using the `contributors_url` obtained from (1) to get a list of contributor information.

0 commit comments

Comments
 (0)