Skip to content

Commit 7fba1c0

Browse files
committed
Correct typo in an api_spec.rb context description
s/muti_xml/multi_xml/
1 parent 9ee8418 commit 7fba1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/grape/api_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ def self.call(object, env)
11161116
last_response.body.should eql "elpmis"
11171117
end
11181118
end
1119-
context "muti_xml" do
1119+
context "multi_xml" do
11201120
it "doesn't parse yaml" do
11211121
subject.put :yaml do
11221122
params[:tag]

0 commit comments

Comments
 (0)