Skip to content

Commit 5b24e82

Browse files
committed
Typos + formatting
1 parent fe63596 commit 5b24e82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/active-directory-b2c/customize-ui-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ If customers try to edit their profile before signing in, they're redirected to
4747

4848
User flows provide several built-in templates you can choose from to give your user experience pages a professional look. These layout templates can also and serve as starting point for your own customization.
4949

50-
In the left menu, under **Customize**, select **Page layouts**. Then select **Template**.
50+
Under **Customize** in the left menu, select **Page layouts** and then select **Template**.
5151

5252
![Template selection drop-down in user flow page of Azure portal](media/customize-ui-overview/template-selection.png)
5353

54-
Select a template from the list. Examples of each of the available templates' sign-in pages appear below.
54+
Next, select a template from the list. Here are examples of the sign-in pages for each template:
5555

5656
| Ocean Blue | Slate Gray | Classic |
5757
|:-:|:-:|:-:|
@@ -63,18 +63,18 @@ When you choose a template, the selected layout is applied to all pages in your
6363

6464
Azure AD B2C runs code in your customer's browser and uses a modern approach called [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/).
6565

66-
At runtime, content is loaded from a URL that you specify in a your user flow or custom policy. Each page in the user experience loads its content from the URL you specify for that page. After content is loaded from your URL, it's merged with an HTML fragment inserted by Azure AD B2C, and then the page is displayed to your customer.
66+
At runtime, content is loaded from a URL that you specify in your user flow or custom policy. Each page in the user experience loads its content from the URL you specify for that page. After content is loaded from your URL, it's merged with an HTML fragment inserted by Azure AD B2C, and then the page is displayed to your customer.
6767

6868
Review the following guidance before using your own HTML and CSS files to customize the UI:
6969

70-
- Azure AD B2C merges HTML content into your pages. Don't copy and try to change the default content that Azure AD B2C provides. It's best to build your HTML content from scratch and use the default content as reference.
71-
- JavaScript can now be included in your custom content.
72-
- Supported browser versions are:
70+
- Azure AD B2C **merges** HTML content into your pages. Don't copy and try to change the default content that Azure AD B2C provides. It's best to build your HTML content from scratch and use the default content as reference.
71+
- **JavaScript** can be included in your custom content for both [user flows](user-flow-javascript-overview.md) and [custom policies](javascript-samples.md).
72+
- Supported **browser versions** are:
7373
- Internet Explorer 11, 10, and Microsoft Edge
7474
- Limited support for Internet Explorer 9 and 8
7575
- Google Chrome 42.0 and above
7676
- Mozilla Firefox 38.0 and above
77-
- Don't include form tags in your HTML. Form tags interfere with the POST operations generated by the HTML injected by Azure AD B2C.
77+
- Don't include **form tags** in your HTML. Form tags interfere with the POST operations generated by the HTML injected by Azure AD B2C.
7878

7979
### Where do I store UI content?
8080

0 commit comments

Comments
 (0)