Skip to content

Commit

Permalink
Fix typo in validateWithCustomRules.ts (#2318)
Browse files Browse the repository at this point in the history
determing -> determining
  • Loading branch information
eltociear authored Apr 19, 2022
1 parent a09a7fa commit 376b86c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function validateWithCustomRules(
isSchemaDocument?: boolean,
): Array<GraphQLError> {
const rules = specifiedRules.filter(rule => {
// Because every fragment is considered for determing model subsets that may
// Because every fragment is considered for determining model subsets that may
// be used anywhere in the codebase they're all technically "used" by clients
// of graphql-data. So we remove this rule from the validators.
if (rule === NoUnusedFragmentsRule || rule === ExecutableDefinitionsRule) {
Expand Down

0 comments on commit 376b86c

Please sign in to comment.