From 4c365f819c59fc5b49feede46a69cf68a95db436 Mon Sep 17 00:00:00 2001 From: Chris Masters Date: Tue, 7 May 2019 18:54:39 +0200 Subject: [PATCH] Fix typo --- lib/graphiti/errors.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphiti/errors.rb b/lib/graphiti/errors.rb index e86b2ae6..c1cceb68 100644 --- a/lib/graphiti/errors.rb +++ b/lib/graphiti/errors.rb @@ -410,7 +410,7 @@ def message Or whitelist a secondary endpoint: - secondary_endoint '/my_url', [:index, :update] + secondary_endpoint '/my_url', [:index, :update] The current endpoints allowed for this resource are: #{@resource_class.endpoints.inspect} MSG