@@ -111,7 +111,7 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) {
111111// / starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
112112// / `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
113113// /
114- // / @param presentingViewController The view controller used to present `SFSafariViewContoller ` on
114+ // / @param presentingViewController The view controller used to present `SFSafariViewController ` on
115115// / iOS 9 and 10 and to supply `presentationContextProvider` for `ASWebAuthenticationSession` on
116116// / iOS 13+.
117117// / @param completion The optional block that is called on completion. This block will
@@ -129,7 +129,7 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) {
129129// / starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
130130// / `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
131131// /
132- // / @param presentingViewController The view controller used to present `SFSafariViewContoller ` on
132+ // / @param presentingViewController The view controller used to present `SFSafariViewController ` on
133133// / iOS 9 and 10 and to supply `presentationContextProvider` for `ASWebAuthenticationSession` on
134134// / iOS 13+.
135135// / @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) {
150150// / starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
151151// / `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
152152// /
153- // / @param presentingViewController The view controller used to present `SFSafariViewContoller ` on
153+ // / @param presentingViewController The view controller used to present `SFSafariViewController ` on
154154// / iOS 9 and 10.
155155// / @param hint An optional hint for the authorization server, for example the user's ID or email
156156// / address, to be prefilled if possible.
0 commit comments