Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spelling #431

Merged
merged 1 commit into from
Oct 18, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Parse/PFUser.h
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ typedef void(^PFUserLogoutResultBlock)(NSError *PF_NULLABLE_S error);
@abstract Enables revocable sessions and migrates the currentUser session token to use revocable session if needed.

@discussion This method is required if you want to use <PFSession> APIs
and you application's 'Require Revocable Session' setting is turned off on `http://parse.com` app settings.
and your application's 'Require Revocable Session' setting is turned off on `http://parse.com` app settings.
After returned `BFTask` completes - <PFSession> class and APIs will be available for use.

@returns An instance of `BFTask` that is completed when revocable
Expand Down