Commit 9723dc14 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'patch-73' into 'master'

Update gitlab_schema.rb to fix typo

See merge request gitlab-org/gitlab-ce!32200
parents 6ba51d69 b89df394
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment