Skip to content

Commit 8e0203d

Browse files
committed
Fix a little typo in the README
1 parent b13e123 commit 8e0203d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ describe Twitter::API do
362362
it "returns a status by id" do
363363
status = Status.create!
364364
get "/api/v1/statuses/#{status.id}"
365-
last_resonse.body.should == status.to_json
365+
last_response.body.should == status.to_json
366366
end
367367
end
368368
end

0 commit comments

Comments
 (0)