Skip to content

Commit de98b96

Browse files
jakehowoestrich
authored andcommitted
fix typo
1 parent ca2ff3e commit de98b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec_api_documentation/json_writer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def to_json
9898
:explanation => explanation,
9999
:request => request,
100100
:response => response,
101-
:parameters => respond_to?(:parametiers) ? parameters : []
101+
:parameters => respond_to?(:parameters) ? parameters : []
102102
}.to_json
103103
end
104104
end

0 commit comments

Comments
 (0)