Skip to content

Commit e6e62de

Browse files
authored
Merge pull request #112991 from bridgetide/patch-1
Typo Fixes
2 parents 28e65d7 + ec89889 commit e6e62de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/enable-authentication-python-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ In the root folder of your web app, create the `templates` folder. In the templa
190190

191191
Add the following templates under the templates folder. These templates extend the `base.html` template:
192192

193-
- **index.html**: the home page of the web app. The templates use the following logic: if a user doesn't sign-in, it renders the sing-in button. If users sings-in, it renders the access token's claims, link to edit profile, and call a Graph API.
193+
- **index.html**: the home page of the web app. The templates use the following logic: if a user doesn't sign in, it renders the sign-in button. If a user signs in, it renders the access token's claims, link to edit profile, and call a Graph API.
194194

195195
```html
196196
{% extends "base.html" %}

0 commit comments

Comments
 (0)