diff --git a/src/Mvc/Mvc.Abstractions/src/ModelBinding/ModelMetadata.cs b/src/Mvc/Mvc.Abstractions/src/ModelBinding/ModelMetadata.cs index 4f1613522898..f647c3a44d13 100644 --- a/src/Mvc/Mvc.Abstractions/src/ModelBinding/ModelMetadata.cs +++ b/src/Mvc/Mvc.Abstractions/src/ModelBinding/ModelMetadata.cs @@ -535,7 +535,7 @@ private void CalculateRecordTypeConstructorDetails() if (property.PropertyHasValidators) { - // When constructing the mapping of paramets -> properties, also determine + // When constructing the mapping of parameters -> properties, also determine // if the property has any validators (without looking at metadata on the type). // This will help us throw during validation if a user defines validation attributes // on the property of a record type.