Skip to content

Commit 342d493

Browse files
committed
README typo
1 parent 087e2d8 commit 342d493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ You can add a name of your choice to your stubs. The only purpose of this is to
171171
id<OHHTTPStubsDescriptor> stub = [OHHTTPStubs stubRequestsPassingTest:... withStubResponse:...];
172172
stub.name = @"Stub for text files";
173173

174-
You can even imagine appling the `.name = ...` affectation directly if you don't need to use the returned `id<OHHTTPStubsDescriptor>` otherwise:
174+
You can even imagine applying the `.name = ...` affectation directly if you don't need to use the returned `id<OHHTTPStubsDescriptor>` otherwise:
175175

176176
[OHHTTPStubs stubRequestsPassingTest:^BOOL(NSURLRequest *request) {
177177
...

0 commit comments

Comments
 (0)