From a45702f7bf6e0ba30a9790298c060057e81b419b Mon Sep 17 00:00:00 2001 From: John Gathogo Date: Tue, 16 Jul 2024 17:38:23 +0300 Subject: [PATCH] Fix ODaya typo (#1283) Fixes #1279 --- src/Microsoft.AspNetCore.OData/Query/EnableQueryAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.OData/Query/EnableQueryAttribute.cs b/src/Microsoft.AspNetCore.OData/Query/EnableQueryAttribute.cs index f5646edb6..bc6eee654 100644 --- a/src/Microsoft.AspNetCore.OData/Query/EnableQueryAttribute.cs +++ b/src/Microsoft.AspNetCore.OData/Query/EnableQueryAttribute.cs @@ -656,7 +656,7 @@ internal static void ValidateSelectExpandOnly(ODataQueryOptions queryOptions) } /// - /// Get the ODaya query context. + /// Get the OData query context. /// /// The response value. /// The content as SingleResult.Queryable.