Skip to content

Commit

Permalink
Update get/index.html (#5116)
Browse files Browse the repository at this point in the history
Github -> GitHub

Co-authored-by: Jay <jasonsaayman@gmail.com>
  • Loading branch information
eltociear and jasonsaayman committed Oct 30, 2022
1 parent 983a664 commit 179a0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/get/index.html
Expand Up @@ -18,7 +18,7 @@ <h1>axios.get</h1>
'<img src="https://avatars.githubusercontent.com/u/' + person.avatar + '?s=50" class="col-md-1"/>' +
'<div class="col-md-3">' +
'<strong>' + person.name + '</strong>' +
'<div>Github: <a href="https://github.com/' + person.github + '" target="_blank">' + person.github + '</a></div>' +
'<div>GitHub: <a href="https://github.com/' + person.github + '" target="_blank">' + person.github + '</a></div>' +
'<div>Twitter: <a href="https://twitter.com/' + person.twitter + '" target="_blank">' + person.twitter + '</a></div>' +
'</div>' +
'</li><br/>'
Expand Down

0 comments on commit 179a0c8

Please sign in to comment.