We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087e2d8 commit 342d493Copy full SHA for 342d493
README.md
@@ -171,7 +171,7 @@ You can add a name of your choice to your stubs. The only purpose of this is to
171
id<OHHTTPStubsDescriptor> stub = [OHHTTPStubs stubRequestsPassingTest:... withStubResponse:...];
172
stub.name = @"Stub for text files";
173
174
-You can even imagine appling the `.name = ...` affectation directly if you don't need to use the returned `id<OHHTTPStubsDescriptor>` otherwise:
+You can even imagine applying the `.name = ...` affectation directly if you don't need to use the returned `id<OHHTTPStubsDescriptor>` otherwise:
175
176
[OHHTTPStubs stubRequestsPassingTest:^BOOL(NSURLRequest *request) {
177
...
0 commit comments