File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
GoogleSignIn/Sources/Public/GoogleSignIn Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ NS_ASSUME_NONNULL_BEGIN
4848// / Initialize a `GIDConfiguration` object with a client ID.
4949// /
5050// / @param clientID The client ID of the app.
51- // / @return An initilized `GIDConfiguration` instance.
51+ // / @return An initialized `GIDConfiguration` instance.
5252- (instancetype )initWithClientID : (NSString *)clientID ;
5353
5454// / Initialize a `GIDConfiguration` object with a client ID and server client ID.
5555// /
5656// / @param clientID The client ID of the app.
5757// / @param serverClientID The server's client ID.
58- // / @return An initilized `GIDConfiguration` instance.
58+ // / @return An initialized `GIDConfiguration` instance.
5959- (instancetype )initWithClientID : (NSString *)clientID
6060 serverClientID : (nullable NSString *)serverClientID ;
6161
@@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN
6565// / @param serverClientID The server's client ID.
6666// / @param hostedDomain The Google Apps domain to be used.
6767// / @param openIDRealm The OpenID realm to be used.
68- // / @return An initilized `GIDConfiguration` instance.
68+ // / @return An initialized `GIDConfiguration` instance.
6969- (instancetype )initWithClientID : (NSString *)clientID
7070 serverClientID : (nullable NSString *)serverClientID
7171 hostedDomain : (nullable NSString *)hostedDomain
You can’t perform that action at this time.
0 commit comments