Skip to content

Commit 286f431

Browse files
authored
Merge pull request #42639 from MiguelFernandez/patch-1
Update app-service-web-tutorial-auth-aad.md
2 parents dc858e4 + 3dbe94c commit 286f431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/app-service-web-tutorial-auth-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ $routeProvider.when("/Home", {
398398
}).otherwise({ redirectTo: "/Home" });
399399
```
400400

401-
The new change adds the `revolve` mapping that calls `/.auth/me` and sets the access token. It makes sure you have the access token before instantiating the `todoListCtrl` controller. That way all API calls by the controller includes the token.
401+
The new change adds the `resolve` mapping that calls `/.auth/me` and sets the access token. It makes sure you have the access token before instantiating the `todoListCtrl` controller. That way all API calls by the controller includes the token.
402402

403403
### Deploy updates and test
404404

0 commit comments

Comments
 (0)