diff --git a/src/EFCore/Metadata/RuntimeEntityType.cs b/src/EFCore/Metadata/RuntimeEntityType.cs index b9752aee0c8..761b6bd37f2 100644 --- a/src/EFCore/Metadata/RuntimeEntityType.cs +++ b/src/EFCore/Metadata/RuntimeEntityType.cs @@ -364,7 +364,7 @@ private IEnumerable GetDeclaredReferencingForeignKeys() /// /// Adds a new navigation property to this entity type. /// - /// The name of the skip navigation property to add. + /// The name of the navigation property to add. /// The foreign key that defines the relationship this navigation property will navigate. /// /// A value indicating whether the navigation property is defined on the dependent side of the underlying foreign key.