Skip to content

Commit 141c00a

Browse files
authored
Update one-time-password-technical-profile.md
Spelling and grammar
1 parent 0a18ebf commit 141c00a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory-b2c/one-time-password-technical-profile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 03/05/2020
12+
ms.date: 03/06/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -135,7 +135,7 @@ The following settings can be used to configure the error message displayed upon
135135
| UserMessageIfSessionDoesNotExist | No | The message to display to the user if the code verification session has expired. It is either the code has expired or the code has never been generated for a given identifier. |
136136
| UserMessageIfMaxRetryAttempted | No | The message to display to the user if they've exceeded the maximum allowed verification attempts. |
137137
| UserMessageIfInvalidCode | No | The message to display to the user if they've provided an invalid code. |
138-
|UserMessageIfSessionConflict|No| The message to display to the user if the code cannot verified.|
138+
|UserMessageIfSessionConflict|No| The message to display to the user if the code cannot be verified.|
139139

140140
### Returning error message
141141

@@ -165,7 +165,7 @@ The following example `TechnicalProfile` is used for verifying a code:
165165

166166
## Next steps
167167

168-
See the following article for example of using one-time password technial profile with custom email verification:
168+
See the following article for example of using one-time password technical profile with custom email verification:
169169

170170
- [Custom email verification in Azure Active Directory B2C](custom-email.md)
171171

0 commit comments

Comments
 (0)