Skip to content

Commit a37af45

Browse files
committed
spelling: overridable
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent be38e6e commit a37af45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/ql/lib/codeql/ruby/frameworks/GraphQL.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class GraphqlSchemaObjectClass extends ClassDeclaration {
120120
* `GraphQL::Schema::RelayClassicMutation` or
121121
* `GraphQL::Schema::Resolver`.
122122
*
123-
* Both of these classes have an overrideable `resolve` instance
123+
* Both of these classes have an overridable `resolve` instance
124124
* method which can receive user input in order to resolve a query or mutation.
125125
*/
126126
private class GraphqlResolvableClass extends ClassDeclaration {

0 commit comments

Comments
 (0)