Skip to content

Commit 93aec0b

Browse files
author
toto
committed
Merge pull request #126 from ahmetalpbalkan/patch-1
small typo nit fixes for README.md
2 parents afae991 + 024d73e commit 93aec0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Once you have configured your client you are ready to request access to one of t
105105
// Open a web view or similar
106106
}];
107107
</pre>
108-
Using an authorization URL handler gives you the ability to open the URL in an own web view or do some fancy stuff for authentication. Therefor you pass a block to the NXOAuth2AccountStore while requesting access.
108+
Using an authorization URL handler gives you the ability to open the URL in an own web view or do some fancy stuff for authentication. Therefore you pass a block to the NXOAuth2AccountStore while requesting access.
109109

110110
#### On Success
111111

@@ -175,7 +175,7 @@ An request using the authentication for a service can be invoked via `NXOAuth2Re
175175

176176
#### Getting a signed NSURLRequest
177177

178-
In some circumstances you have to go the *god old way* and use an `NSURLConnection`. Maybe if you to download a large file. Therefor `NXOAuth2Request` gives you the possibility to get an `NSURLRequest` containing the additional information to authenticate that request.
178+
In some circumstances you have to go the *god old way* and use an `NSURLConnection`. Maybe if you to download a large file. Therefore `NXOAuth2Request` gives you the possibility to get an `NSURLRequest` containing the additional information to authenticate that request.
179179

180180
<pre>
181181
NXOAuth2Request *theRequest = [[NXOAuth2Request alloc] initWithResource:[NSURL URLWithString:@"https://...your service URL..."]

0 commit comments

Comments
 (0)