Skip to content

Commit

Permalink
chore: remove redundant words in comment
Browse files Browse the repository at this point in the history
Signed-off-by: depthlending <[email protected]>
  • Loading branch information
depthlending committed Dec 11, 2024
1 parent edb601d commit d599e90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/validation/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ const validateFulltextArgumentIncludeFields = (def: any, directive: any, field:
loc: directive.name.loc,
entity: def.name.value,
directive: fulltextDirectiveName(directive),
message: `@fulltext argument 'include > ${field.name.value}' must be be one of: entity, fields`,
message: `@fulltext argument 'include > ${field.name.value}' must be one of: entity, fields`,
}),
]);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ exports[`Validation > Invalid @fulltext directive 1`] = `
IncludeMissingEntityField:
- @fulltext argument include must have two fields, 'entity' and 'fields'
InvalidIncludeArgumentOther:
- @fulltext argument 'include > other' must be be one of: entity, fields
- @fulltext argument 'include > other' must be one of: entity, fields
IncludeFieldsMustBeList:
- @fulltext argument 'include > fields' must be a list
Other:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
IncludeMissingEntityField:
- @fulltext argument include must have two fields, 'entity' and 'fields'
InvalidIncludeArgumentOther:
- @fulltext argument 'include > other' must be be one of: entity, fields
- @fulltext argument 'include > other' must be one of: entity, fields
IncludeFieldsMustBeList:
- @fulltext argument 'include > fields' must be a list
Other:
Expand Down

0 comments on commit d599e90

Please sign in to comment.