[Azure] Fixed two misspelling of 'tenant' in properties' inline XML documentation (#7912)
- Azure/AzureAD/Authentication.AzureAD.UI/src/AzureADOptions.cs - AzureAD/Authentication.AzureADB2C.UI/src/AzureAdB2COptions.cs
This commit is contained in:
parent
555e460c15
commit
0dd3375095
|
|
@ -50,7 +50,7 @@ namespace Microsoft.AspNetCore.Authentication.AzureAD.UI
|
|||
public string Instance { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the domain of the Azure Active Directory tennant.
|
||||
/// Gets or sets the domain of the Azure Active Directory tenant.
|
||||
/// </summary>
|
||||
public string Domain { get; set; }
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ namespace Microsoft.AspNetCore.Authentication.AzureADB2C.UI
|
|||
public string Instance { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the domain of the Azure Active Directory B2C tennant.
|
||||
/// Gets or sets the domain of the Azure Active Directory B2C tenant.
|
||||
/// </summary>
|
||||
public string Domain { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue