Skip to content

Commit 234048e

Browse files
Merge pull request #217692 from SaibabaBalapur-MSFT/patch-10
(AzureCXP) fixes MicrosoftDocs/azure-docs#101158
2 parents ce934a0 + 5f996a5 commit 234048e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-nodejs-webapp-msal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Fill in these details with the values you obtain from Azure app registration por
133133

134134
## Add code for user sign-in and token acquisition
135135

136-
1. Create a new file named *auth.js* under the *router* folder and add the following code there:
136+
1. Create a new file named *auth.js* under the *routes* folder and add the following code there:
137137

138138
:::code language="js" source="~/ms-identity-node/App/routes/auth.js":::
139139

0 commit comments

Comments
 (0)