diff --git a/src/JsonApiDotNetCore.Annotations/Configuration/ResourceType.cs b/src/JsonApiDotNetCore.Annotations/Configuration/ResourceType.cs
index d8d5d63f3..07817698e 100644
--- a/src/JsonApiDotNetCore.Annotations/Configuration/ResourceType.cs
+++ b/src/JsonApiDotNetCore.Annotations/Configuration/ResourceType.cs
@@ -217,7 +217,7 @@ public RelationshipAttribute GetRelationshipByPropertyName(string propertyName)
}
///
- /// Returns all directly and indirectly non-abstract resource types that derive from this resource type.
+ /// Returns all non-abstract resource types that directly or indirectly derive from this resource type.
///
public IReadOnlySet GetAllConcreteDerivedTypes()
{