From ca8623680b891c958b44aa7a26eafe59676d5dbb Mon Sep 17 00:00:00 2001 From: Hakon Hanesand Date: Sun, 18 Oct 2015 16:09:27 -0500 Subject: [PATCH] spelling --- Parse/PFUser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parse/PFUser.h b/Parse/PFUser.h index c54ff2bf2..34340ae98 100644 --- a/Parse/PFUser.h +++ b/Parse/PFUser.h @@ -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 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 - class and APIs will be available for use. @returns An instance of `BFTask` that is completed when revocable