From 80a963ab43cfd3e61a7063ed9605947a26808ca0 Mon Sep 17 00:00:00 2001 From: Sheikh Bayazid Date: Tue, 17 Jan 2023 13:53:01 +0100 Subject: [PATCH] Fix SFSafariViewController typo --- GoogleSignIn/Sources/GIDSignIn_Private.h | 2 +- GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h | 2 +- GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GoogleSignIn/Sources/GIDSignIn_Private.h b/GoogleSignIn/Sources/GIDSignIn_Private.h index 825327ba..98dd0aae 100644 --- a/GoogleSignIn/Sources/GIDSignIn_Private.h +++ b/GoogleSignIn/Sources/GIDSignIn_Private.h @@ -65,7 +65,7 @@ typedef void (^GIDDisconnectCompletion)(NSError *_Nullable error); /// instance will be returned reflecting the new scopes and saved sign-in state will be updated. /// /// @param scopes The scopes to ask the user to consent to. -/// @param presentingViewController The view controller used to present `SFSafariViewContoller` on +/// @param presentingViewController The view controller used to present `SFSafariViewController` on /// iOS 9 and 10 and to supply `presentationContextProvider` for `ASWebAuthenticationSession` on /// iOS 13+. /// @param completion The block that is called on completion. This block will be called asynchronously diff --git a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h index 8cc0bdff..434f0e56 100644 --- a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h +++ b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDGoogleUser.h @@ -86,7 +86,7 @@ NS_ASSUME_NONNULL_BEGIN /// instance will be returned reflecting the new scopes and saved sign-in state will be updated. /// /// @param scopes The scopes to ask the user to consent to. -/// @param presentingViewController The view controller used to present `SFSafariViewContoller` on +/// @param presentingViewController The view controller used to present `SFSafariViewController` on /// iOS 9 and 10 and to supply `presentationContextProvider` for `ASWebAuthenticationSession` on /// iOS 13+. /// @param completion The optional block that is called on completion. This block will be called diff --git a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h index 9ea59812..5fa4dcdc 100644 --- a/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h +++ b/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h @@ -111,7 +111,7 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) { /// starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the /// `restorePreviousSignInWithCompletion:` method to restore a previous sign-in. /// -/// @param presentingViewController The view controller used to present `SFSafariViewContoller` on +/// @param presentingViewController The view controller used to present `SFSafariViewController` on /// iOS 9 and 10 and to supply `presentationContextProvider` for `ASWebAuthenticationSession` on /// iOS 13+. /// @param completion The optional block that is called on completion. This block will @@ -129,7 +129,7 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) { /// starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the /// `restorePreviousSignInWithCompletion:` method to restore a previous sign-in. /// -/// @param presentingViewController The view controller used to present `SFSafariViewContoller` on +/// @param presentingViewController The view controller used to present `SFSafariViewController` on /// iOS 9 and 10 and to supply `presentationContextProvider` for `ASWebAuthenticationSession` on /// iOS 13+. /// @param hint An optional hint for the authorization server, for example the user's ID or email @@ -150,7 +150,7 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) { /// starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the /// `restorePreviousSignInWithCompletion:` method to restore a previous sign-in. /// -/// @param presentingViewController The view controller used to present `SFSafariViewContoller` on +/// @param presentingViewController The view controller used to present `SFSafariViewController` on /// iOS 9 and 10. /// @param hint An optional hint for the authorization server, for example the user's ID or email /// address, to be prefilled if possible.