Skip to content

Commit

Permalink
fix typo in api docs (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and mbacovsky committed Dec 3, 2018
1 parent fe17381 commit 31de1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apipie_bindings/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31de1f2

Please sign in to comment.