Skip to content

Commit 710117d

Browse files
committed
code fence fix
1 parent d329737 commit 710117d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/tutorial-v2-javascript-auth-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Prefer to download this tutorial's completed sample project instead? To run the
5050

5151
Then, to configure the code sample before you execute it, skip to the [configuration step](#register-your-application).
5252

53-
To continue with the tutorial and build the application yourself, continue on to the next section, [Prerequisites](#prerequisites).
53+
To continue with the tutorial and build the application yourself, move on to the next section, [Prerequisites](#prerequisites).
5454

5555
## Prerequisites
5656

@@ -330,7 +330,7 @@ Modify the values in the `msalConfig` section as described here:
330330
- For the main (or *global*) Azure cloud, enter `https://login.microsoftonline.com`.
331331
- For **national** clouds (for example, China), you can find appropriate values in [National clouds](authentication-national-cloud.md).
332332
- `Enter_the_Tenant_info_here` should be one of the following:
333-
- If your application supports *accounts in this organizational directory*, replace this value with the **Tenant ID** or **Tenant name**. For example, contoso.microsoft.com`.
333+
- If your application supports *accounts in this organizational directory*, replace this value with the **Tenant ID** or **Tenant name**. For example, `contoso.microsoft.com`.
334334
- If your application supports *accounts in any organizational directory*, replace this value with `organizations`.
335335
- If your application supports *accounts in any organizational directory and personal Microsoft accounts*, replace this value with `common`.
336336
- To restrict support to *personal Microsoft accounts only*, replace this value with `consumers`.

0 commit comments

Comments
 (0)