From 342d493f9087db30d9bf0424a482b1c6628beecf Mon Sep 17 00:00:00 2001 From: Olivier Halligon Date: Mon, 7 Oct 2013 05:09:25 +0200 Subject: [PATCH] README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 450db7c2..51f2938f 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ You can add a name of your choice to your stubs. The only purpose of this is to id stub = [OHHTTPStubs stubRequestsPassingTest:... withStubResponse:...]; stub.name = @"Stub for text files"; -You can even imagine appling the `.name = ...` affectation directly if you don't need to use the returned `id` otherwise: +You can even imagine applying the `.name = ...` affectation directly if you don't need to use the returned `id` otherwise: [OHHTTPStubs stubRequestsPassingTest:^BOOL(NSURLRequest *request) { ...