diff --git a/src/EFCore.Relational/Extensions/RelationalDatabaseFacadeExtensions.cs b/src/EFCore.Relational/Extensions/RelationalDatabaseFacadeExtensions.cs
index 4294d1d6cf6..3bfe32f3bab 100644
--- a/src/EFCore.Relational/Extensions/RelationalDatabaseFacadeExtensions.cs
+++ b/src/EFCore.Relational/Extensions/RelationalDatabaseFacadeExtensions.cs
@@ -144,7 +144,7 @@ public static Task MigrateAsync(
/// consider using to create parameters.
///
///
- /// See Executing raw SQL commands with EF Core
+ /// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
///
@@ -178,7 +178,7 @@ public static int ExecuteSqlRaw(
/// arguments. Any parameter values you supply will automatically be converted to a DbParameter.
///
///
- /// See Executing raw SQL commands with EF Core
+ /// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
///
@@ -215,7 +215,7 @@ public static int ExecuteSqlInterpolated(
/// consider using to create parameters.
///
///
- /// See Executing raw SQL commands with EF Core
+ /// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
///
@@ -280,7 +280,7 @@ public static int ExecuteSqlRaw(
/// arguments. Any parameter values you supply will automatically be converted to a DbParameter.
///
///
- /// See Executing raw SQL commands with EF Core
+ /// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
///
@@ -315,7 +315,7 @@ public static Task ExecuteSqlInterpolatedAsync(
/// into this method. Doing so may expose your application to SQL injection attacks.
///
///
- /// See Executing raw SQL commands with EF Core
+ /// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
///
@@ -357,7 +357,7 @@ public static Task ExecuteSqlRawAsync(
/// consider using to create parameters.
///
///
- /// See Executing raw SQL commands with EF Core
+ /// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
///
@@ -398,7 +398,7 @@ public static Task ExecuteSqlRawAsync(
/// consider using to create parameters.
///
///
- /// See Executing raw SQL commands with EF Core
+ /// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
///
diff --git a/src/EFCore.Relational/Extensions/RelationalQueryableExtensions.cs b/src/EFCore.Relational/Extensions/RelationalQueryableExtensions.cs
index 152562d7c78..e99fa74ed44 100644
--- a/src/EFCore.Relational/Extensions/RelationalQueryableExtensions.cs
+++ b/src/EFCore.Relational/Extensions/RelationalQueryableExtensions.cs
@@ -71,7 +71,7 @@ public static DbCommand CreateDbCommand(this IQueryable source)
/// placeholders as above ({0}), you can also use named placeholders directly in the SQL query string.
///
///
- /// See Executing raw SQL commands with EF Core
+ /// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
///
@@ -114,7 +114,7 @@ public static IQueryable FromSqlRaw(
/// you supply will automatically be converted to a .
///
///
- /// See Executing raw SQL commands with EF Core
+ /// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
///
diff --git a/src/EFCore.Relational/Metadata/ISqlQuery.cs b/src/EFCore.Relational/Metadata/ISqlQuery.cs
index 48f9527605e..3892e569df9 100644
--- a/src/EFCore.Relational/Metadata/ISqlQuery.cs
+++ b/src/EFCore.Relational/Metadata/ISqlQuery.cs
@@ -9,7 +9,7 @@ namespace Microsoft.EntityFrameworkCore.Metadata;
/// Represents a SQL query string.
///
///
-/// See Executing raw SQL commands with EF Core
+/// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
public interface ISqlQuery : ITableBase
diff --git a/src/EFCore.Relational/Metadata/ISqlQueryColumn.cs b/src/EFCore.Relational/Metadata/ISqlQueryColumn.cs
index 485f567dd59..e07d84a5b66 100644
--- a/src/EFCore.Relational/Metadata/ISqlQueryColumn.cs
+++ b/src/EFCore.Relational/Metadata/ISqlQueryColumn.cs
@@ -9,7 +9,7 @@ namespace Microsoft.EntityFrameworkCore.Metadata;
/// Represents a column in a SQL query.
///
///
-/// See Executing raw SQL commands with EF Core
+/// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
public interface ISqlQueryColumn : IColumnBase
diff --git a/src/EFCore.Relational/Metadata/ISqlQueryColumnMapping.cs b/src/EFCore.Relational/Metadata/ISqlQueryColumnMapping.cs
index ef1e93dec59..1ed019982f9 100644
--- a/src/EFCore.Relational/Metadata/ISqlQueryColumnMapping.cs
+++ b/src/EFCore.Relational/Metadata/ISqlQueryColumnMapping.cs
@@ -9,7 +9,7 @@ namespace Microsoft.EntityFrameworkCore.Metadata;
/// Represents property mapping to a SQL query column.
///
///
-/// See Executing raw SQL commands with EF Core
+/// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
public interface ISqlQueryColumnMapping : IColumnMappingBase
diff --git a/src/EFCore.Relational/Metadata/ISqlQueryMapping.cs b/src/EFCore.Relational/Metadata/ISqlQueryMapping.cs
index 032fd776bf6..45b4191e2c9 100644
--- a/src/EFCore.Relational/Metadata/ISqlQueryMapping.cs
+++ b/src/EFCore.Relational/Metadata/ISqlQueryMapping.cs
@@ -9,7 +9,7 @@ namespace Microsoft.EntityFrameworkCore.Metadata;
/// Represents entity type mapping to a SQL query.
///
///
-/// See Executing raw SQL commands with EF Core
+/// See Executing raw SQL commands with EF Core
/// for more information and examples.
///
public interface ISqlQueryMapping : ITableMappingBase