Skip to content

Commit d8d8184

Browse files
authored
fixed typo in 04-add-aad-auth.md
1 parent ef5515d commit d8d8184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial/04-add-aad-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function getAuthenticatedClient(accessToken) {
201201

202202
This exports the `getUserDetails` function, which uses the Microsoft Graph SDK to call the `/me` endpoint and return the result.
203203

204-
Update the `signInComplete` method in `/app.s` to call this function. First, add the following `require` statements to the top of the file.
204+
Update the `signInComplete` method in `/app.js` to call this function. First, add the following `require` statements to the top of the file.
205205

206206
```js
207207
var graph = require('./graph');

0 commit comments

Comments
 (0)