Skip to content

Commit

Permalink
#415: fixed several typos in authentication topics
Browse files Browse the repository at this point in the history
  • Loading branch information
ggailey777 committed Oct 15, 2012
1 parent 6bf136b commit 1e49b66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -49,7 +49,7 @@ To be able to authenticate users, you must register your app with an identity pr

![][13]

Both your mobile service and your app are now configured to work with your chosed authenication provider.
Both your mobile service and your app are now configured to work with your chosen authentication provider.

<a name="permissions"></a><h2><span class="short-header">Restrict permissions</span>Restrict permissions to authenticated users</h2>

Expand Down
Expand Up @@ -51,7 +51,7 @@ To be able to authenticate users, you must register your app with an identity pr

![][13]

Both your mobile service and your app are now configured to work with your chosed authenication provider.
Both your mobile service and your app are now configured to work with your chosen authentication provider.

<a name="permissions"></a><h2><span class="short-header">Restrict permissions</span>Restrict permissions to authenticated users</h2>

Expand Down Expand Up @@ -110,8 +110,8 @@ Next, you will update the app to authenticate users before requesting resources
if (error) {
NSLog(@"Authentication Error: %@", error);
// Note that error.code == -1302 indicates
// that the user canceled the dialog
// Note that error.code == -1503 indicates
// that the user cancelled the dialog
} else {
// No error, so load the data
[self.todoService refreshDataOnSuccess:^{
Expand Down
Expand Up @@ -49,7 +49,7 @@ To be able to authenticate users, you must register your app with an identity pr

![][13]

Both your mobile service and your app are now configured to work with your chosed authenication provider.
Both your mobile service and your app are now configured to work with your chosen authentication provider.

<a name="permissions"></a><h2><span class="short-header">Restrict permissions</span>Restrict permissions to authenticated users</h2>

Expand Down

0 comments on commit 1e49b66

Please sign in to comment.