Skip to content

Commit df65626

Browse files
authored
Merge pull request #108183 from ramtinmovahed/patch-3
some small spelling fixes.
2 parents 3f4ba6d + 2e2e32b commit df65626

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/active-directory-b2c/custom-policies-series-call-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You need to deploy an app, which will serve as your external app. Your custom po
8888
"code" : "errorCode",
8989
"requestId": "requestId",
9090
"userMessage" : "The access code you entered is incorrect. Please try again.",
91-
"developerMessage" : `The The provided code ${req.body.accessCode} does not match the expected code for user.`,
91+
"developerMessage" : `The provided code ${req.body.accessCode} does not match the expected code for user.`,
9292
"moreInfo" :"https://docs.microsoft.com/en-us/azure/active-directory-b2c/string-transformations"
9393
};
9494
res.status(409).send(errorResponse);
@@ -133,7 +133,7 @@ You need to deploy an app, which will serve as your external app. Your custom po
133133
"code": "errorCode",
134134
"requestId": "requestId",
135135
"userMessage": "The access code you entered is incorrect. Please try again.",
136-
"developerMessage": "The The provided code 54321 does not match the expected code for user.",
136+
"developerMessage": "The provided code 54321 does not match the expected code for user.",
137137
"moreInfo": "https://docs.microsoft.com/en-us/azure/active-directory-b2c/string-transformations"
138138
}
139139
```

includes/active-directory-b2c-common-note-custom-policy-how-to-series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ms.author: kengaderdus
88
---
99

1010
> [!NOTE]
11-
> This article is part of the **[Create and run your own custom policies in Azure Active Directory B2C how-to guide series](../articles/active-directory-b2c/custom-policies-series-overview.md)**. We recommend that you start this series from the fist article.
11+
> This article is part of the **[Create and run your own custom policies in Azure Active Directory B2C how-to guide series](../articles/active-directory-b2c/custom-policies-series-overview.md)**. We recommend that you start this series from the first article.

0 commit comments

Comments
 (0)