diff --git a/src/HotChocolate/Core/src/Types.CursorPagination/Extensions/UsePagingAttribute.cs b/src/HotChocolate/Core/src/Types.CursorPagination/Extensions/UsePagingAttribute.cs index 5065c7c3e0a..42bbc6c97bc 100644 --- a/src/HotChocolate/Core/src/Types.CursorPagination/Extensions/UsePagingAttribute.cs +++ b/src/HotChocolate/Core/src/Types.CursorPagination/Extensions/UsePagingAttribute.cs @@ -21,7 +21,7 @@ public sealed class UsePagingAttribute : DescriptorAttribute private bool? _inferConnectionNameFromField; /// - /// Applies the offset paging middleware to the annotated property. + /// Applies the cursor paging middleware to the annotated property. /// /// /// The schema type representing the item type.