Skip to content

Commit 8006931

Browse files
committed
Fixed type DataLOader to DataLoader (#8037)
1 parent 2ba64fe commit 8006931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HotChocolate/Core/src/Types/IReadOnlySchemaOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public interface IReadOnlySchemaOptions
199199

200200
/// <summary>
201201
/// Specifies if the elements of paginated root fields should be published
202-
/// to the DataLOader promise cache.
202+
/// to the DataLoader promise cache.
203203
/// </summary>
204204
bool PublishRootFieldPagesToPromiseCache { get; }
205205
}

0 commit comments

Comments
 (0)