[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:
Massimo Prota 2019-02-28 12:06:22 +01:00 committed by Javier Calvarro Nelson
parent 555e460c15
commit 0dd3375095
2 changed files with 2 additions and 2 deletions

View File

@ -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; }

View File

@ -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; }