Skip to content

Commit eeba973

Browse files
authored
Update scenario-spa-call-api.md
1 parent d08016c commit eeba973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-spa-call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use the acquired access token as a bearer in an HTTP request to call any web API
3838
fetch(graphEndpoint, options)
3939
.then(function (response) {
4040
//do something with response
41-
}
41+
})
4242
```
4343

4444
# [Angular](#tab/angular)

0 commit comments

Comments
 (0)