Skip to content

Commit

Permalink
Update src/rules/graphql/no-more-than-100-fields.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Hawkins <[email protected]>
  • Loading branch information
haifeng-li-at-salesforce and khawkins authored Sep 27, 2024
1 parent 65c46e7 commit d17745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/graphql/no-more-than-100-fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d17745d

Please sign in to comment.