From 8fe38f889bd9c639011e718f62582231ceeac1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Miedes=20Garc=C3=A9s?= Date: Mon, 2 Jan 2017 10:52:27 +0100 Subject: [PATCH] Fix typo --- config/initializers/graphql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/graphql.rb b/config/initializers/graphql.rb index e6e8be2f4..cc242e722 100644 --- a/config/initializers/graphql.rb +++ b/config/initializers/graphql.rb @@ -28,7 +28,7 @@ API_TYPE_DEFINITIONS = { Proposal => { id: :integer, title: :string, - description: :sting, + description: :string, external_url: :string, cached_votes_up: :integer, comments_count: :integer,