Skip to content

Commit 99b5635

Browse files
Update index.html
1 parent 9415dd0 commit 99b5635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavascriptWebAppSample/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
document.getElementById('username').textContent = 'Not signed in.';
7171
}
7272
}
73-
// Make an AJAX request to the VSTS REST API and print the response as JSON.
73+
// Make an AJAX request to the Azure DevOps REST API and print the response as JSON.
7474
var getCurrentUserInfo = function (access_token) {
7575
document.getElementById('api_response').textContent = 'Calling API...';
7676
var xhr = new XMLHttpRequest();

0 commit comments

Comments
 (0)