From b89df394684a0b98a5dc17f0c2e798c410dfb96f Mon Sep 17 00:00:00 2001 From: Lucy Fox Date: Mon, 26 Aug 2019 08:48:06 +0000 Subject: Update gitlab_schema.rb to fix typo --- app/graphql/gitlab_schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/graphql/gitlab_schema.rb b/app/graphql/gitlab_schema.rb index 7edd14e48f7..4c8612c8f2e 100644 --- a/app/graphql/gitlab_schema.rb +++ b/app/graphql/gitlab_schema.rb @@ -49,7 +49,7 @@ class GitlabSchema < GraphQL::Schema def id_from_object(object) unless object.respond_to?(:to_global_id) # This is an error in our schema and needs to be solved. So raise a - # more meaningfull error message + # more meaningful error message raise "#{object} does not implement `to_global_id`. "\ "Include `GlobalID::Identification` into `#{object.class}" end -- cgit v1.2.1