Skip to content

Commit 98fc1f4

Browse files
authored
Correct typo in GIDConfiguration doc comment (#235)
1 parent ae5276c commit 98fc1f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GoogleSignIn/Sources/Public/GoogleSignIn/GIDConfiguration.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)