diff --git a/src/Middleware/Localization/src/RequestCulture.cs b/src/Middleware/Localization/src/RequestCulture.cs index 5aad1743ca..05dfe31a5e 100644 --- a/src/Middleware/Localization/src/RequestCulture.cs +++ b/src/Middleware/Localization/src/RequestCulture.cs @@ -12,7 +12,7 @@ namespace Microsoft.AspNetCore.Localization public class RequestCulture { /// - /// Creates a new object has its and + /// Creates a new object with its and /// properties set to the same value. /// /// The for the request. @@ -22,7 +22,7 @@ namespace Microsoft.AspNetCore.Localization } /// - /// Creates a new object has its and + /// Creates a new object with its and /// properties set to the same value. /// /// The culture for the request. @@ -32,7 +32,7 @@ namespace Microsoft.AspNetCore.Localization } /// - /// Creates a new object has its and + /// Creates a new object with its and /// properties set to the respective values provided. /// /// The culture for the request to be used for formatting. @@ -43,7 +43,7 @@ namespace Microsoft.AspNetCore.Localization } /// - /// Creates a new object has its and + /// Creates a new object with its and /// properties set to the respective values provided. /// /// The for the request to be used for formatting.