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',