Skip to content

Commit 620b613

Browse files
committed
Merge pull request nxtbgthng#143 from rmtheis/develop
Fix spelling in README
2 parents 9228222 + 4631925 commit 620b613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ If an account was added the `userInfo` dictionary of the notification will conta
122122

123123
#### On Failure
124124

125-
If the authentication did not succeed, a notification of type `NXOAuth2AccountStoreDidFailToRequestAccessNotification` containing an `NSError` will be send.
125+
If the authentication did not succeed, a notification of type `NXOAuth2AccountStoreDidFailToRequestAccessNotification` containing an `NSError` will be sent.
126126
<pre>
127127
[[NSNotificationCenter defaultCenter] addObserverForName:NXOAuth2AccountStoreDidFailToRequestAccessNotification
128128
object:[NXOAuth2AccountStore sharedStore]
@@ -157,7 +157,7 @@ NSDictionary *userData = // ...
157157
account.userData = userData;
158158
</pre>
159159

160-
This payload will be stored together with the accounts in the Keychain. Thus it shouldn't be to big.
160+
This payload will be stored together with the accounts in the Keychain. Thus it shouldn't be too big.
161161

162162
### Invoking a Request
163163

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

176176
#### Getting a signed NSURLRequest
177177

178-
In some circumstances you have to go the *good 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.
178+
In some circumstances you have to go the *good old way* and use an `NSURLConnection`. Maybe if you want 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)