From d17745d8c390a0ff8240b483592b9f2cb23647b3 Mon Sep 17 00:00:00 2001 From: Haifeng Li <168469994+haifeng-li-at-salesforce@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:53:24 -0700 Subject: [PATCH] Update src/rules/graphql/no-more-than-100-fields.ts Co-authored-by: Kevin Hawkins --- src/rules/graphql/no-more-than-100-fields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/graphql/no-more-than-100-fields.ts b/src/rules/graphql/no-more-than-100-fields.ts index fd7af4a..2367b4f 100644 --- a/src/rules/graphql/no-more-than-100-fields.ts +++ b/src/rules/graphql/no-more-than-100-fields.ts @@ -18,7 +18,7 @@ export const rule: GraphQLESLintRule = { docs: { category: 'Operations', description: - 'For the entity with more than 100 fields, server might not return all the expected records', + 'For an entity with more than 100 fields, the server may not return all of the expected records', examples: [ { title: 'Correct',