Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Propose fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeis2497052 committed Feb 6, 2018
1 parent f977d31 commit 4f56fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Foundation/Spec/Extensions/NSURLConnectionSpec+Spec.mm
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ delegate stub_method("connection:didReceiveResponse:").and_do(^(NSInvocation * i
});
});

describe(@"receive succesful response", ^{
it(@"should send a succesful response (along with the data) to the delegate", ^{
describe(@"receive successful response", ^{
it(@"should send a successful response (along with the data) to the delegate", ^{
ConnectionDelegate *delegate = [[ConnectionDelegate alloc] init];
connection = [NSURLConnection connectionWithRequest:request delegate:delegate];
[connection receiveSuccesfulResponseWithBody:@"The Internet"];
Expand Down

0 comments on commit 4f56fa4

Please sign in to comment.