Skip to content

Commit 2aaf82e

Browse files
authored
Typo Fixes
1 parent 74b4eee commit 2aaf82e

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 users 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)