From ad57a10397148d3a259e2b8da3cd60e07dec41d7 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Thu, 11 Jun 2026 13:20:31 -0700
Subject: [PATCH] fix docs issues
---
.../src/ValidationLocalizationServiceCollectionExtensions.cs | 4 ++--
src/Validation/src/ValidatableParameterInfo.cs | 2 +-
src/Validation/src/ValidatablePropertyInfo.cs | 2 +-
src/Validation/src/ValidatableTypeInfo.cs | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/Validation/Localization/src/ValidationLocalizationServiceCollectionExtensions.cs b/src/Validation/Localization/src/ValidationLocalizationServiceCollectionExtensions.cs
index 789bb2c70fa3..d883e596b990 100644
--- a/src/Validation/Localization/src/ValidationLocalizationServiceCollectionExtensions.cs
+++ b/src/Validation/Localization/src/ValidationLocalizationServiceCollectionExtensions.cs
@@ -11,7 +11,7 @@ namespace Microsoft.Extensions.DependencyInjection;
///
/// Extension methods for registering the default -based validation
-/// localizer ().
+/// localizer.
///
public static class ValidationLocalizationServiceCollectionExtensions
{
@@ -24,7 +24,7 @@ public static class ValidationLocalizationServiceCollectionExtensions
/// Internally calls
/// to ensure an is registered, and registers an
/// bridge that sets
- /// to a
+ /// to a default
/// instance (only when has not already been set).
///
///
diff --git a/src/Validation/src/ValidatableParameterInfo.cs b/src/Validation/src/ValidatableParameterInfo.cs
index cbcd9350ba83..0773ee44af2a 100644
--- a/src/Validation/src/ValidatableParameterInfo.cs
+++ b/src/Validation/src/ValidatableParameterInfo.cs
@@ -20,7 +20,7 @@ public abstract class ValidatableParameterInfo : IValidatableInfo
///
/// The associated with the parameter.
/// The parameter name.
- /// An optional that resolves the
+ /// An optional strategy that resolves the
/// display name for the parameter at validation time. When , the
/// validation pipeline uses as the display name.
protected ValidatableParameterInfo(
diff --git a/src/Validation/src/ValidatablePropertyInfo.cs b/src/Validation/src/ValidatablePropertyInfo.cs
index e9224ebb078b..13d21c5c2419 100644
--- a/src/Validation/src/ValidatablePropertyInfo.cs
+++ b/src/Validation/src/ValidatablePropertyInfo.cs
@@ -20,7 +20,7 @@ public abstract class ValidatablePropertyInfo : IValidatableInfo
/// The that declares the property.
/// The of the property.
/// The property name.
- /// An optional that resolves the
+ /// An optional strategy that resolves the
/// display name for the property at validation time. When , the
/// validation pipeline uses as the display name.
protected ValidatablePropertyInfo(
diff --git a/src/Validation/src/ValidatableTypeInfo.cs b/src/Validation/src/ValidatableTypeInfo.cs
index 57935adaacec..7bc59d2d2c35 100644
--- a/src/Validation/src/ValidatableTypeInfo.cs
+++ b/src/Validation/src/ValidatableTypeInfo.cs
@@ -21,7 +21,7 @@ public abstract class ValidatableTypeInfo : IValidatableInfo
///
/// The type being validated.
/// The members that can be validated.
- /// An optional that resolves the
+ /// An optional strategy that resolves the
/// display name for the type at validation time. When , the validation
/// pipeline uses of
/// as the display name.