From 31de1f223c0cd54964252f818de791b1e507adde Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 3 Dec 2018 17:38:32 +0100 Subject: [PATCH] fix typo in api docs (#75) --- lib/apipie_bindings/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/apipie_bindings/api.rb b/lib/apipie_bindings/api.rb index 8726f83..fedfffe 100644 --- a/lib/apipie_bindings/api.rb +++ b/lib/apipie_bindings/api.rb @@ -160,7 +160,7 @@ def resources # Call an action in the API. # It finds most fitting route based on given parameters - # with other attributes neccessary to do an API call. + # with other attributes necessary to do an API call. # If in dry_run mode {#initialize} it finds fake response data in examples # or user provided data. At the end when the response format is JSON it # is parsed and returned as ruby objects. If server supports checksum sending