We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef5515d + d8d8184 commit e740342Copy full SHA for e740342
1 file changed
tutorial/04-add-aad-auth.md
@@ -201,7 +201,7 @@ function getAuthenticatedClient(accessToken) {
201
202
This exports the `getUserDetails` function, which uses the Microsoft Graph SDK to call the `/me` endpoint and return the result.
203
204
-Update the `signInComplete` method in `/app.s` to call this function. First, add the following `require` statements to the top of the file.
+Update the `signInComplete` method in `/app.js` to call this function. First, add the following `require` statements to the top of the file.
205
206
```js
207
var graph = require('./graph');
0 commit comments