From 179a0c80a8723264d54e7a5e122d3546b5a7100e Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 31 Oct 2022 02:14:27 +0900 Subject: [PATCH] Update get/index.html (#5116) Github -> GitHub Co-authored-by: Jay --- examples/get/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/get/index.html b/examples/get/index.html index 86433235a3..f09c9ae317 100644 --- a/examples/get/index.html +++ b/examples/get/index.html @@ -18,7 +18,7 @@

axios.get

'' + '
' + '' + person.name + '' + - '
Github: ' + person.github + '
' + + '
GitHub: ' + person.github + '
' + '
Twitter: ' + person.twitter + '
' + '
' + '
'