Skip to content

Commit 6d279ab

Browse files
authored
Merge pull request #679 from code0-tech/copilot/sub-pr-670-yet-again
Fix grammar typo in FlowValidationErrorType description
2 parents 15f4545 + dffc1af commit 6d279ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/graphql/types/errors/flow_validation_error_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Errors
66
class FlowValidationErrorType < Types::BaseObject
77
graphql_name 'FlowValidationError'
88
# rubocop:enable GraphQL/GraphqlName
9-
description 'Represents an flow validation error'
9+
description 'Represents a flow validation error'
1010

1111
field :details, Errors::ActiveModelErrorType, null: true,
1212
description: 'Additional details about the validation error'

0 commit comments

Comments
 (0)