Skip to content

Commit dffc1af

Browse files
CopilotKnerio
andcommitted
Fix grammar typo: change "an flow" to "a flow"
Co-authored-by: Knerio <96529060+Knerio@users.noreply.github.com>
1 parent 6c52f5f commit dffc1af

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)