Skip to content

Commit 474a3aa

Browse files
authored
Fix documentation typos in FIROAuthProvider. (#6994)
1 parent 0842ea4 commit 474a3aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseAuth/Sources/Public/FirebaseAuth/FIROAuthProvider.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ NS_SWIFT_NAME(OAuthProvider)
6666
6767
@param providerID The provider ID associated with the Auth credential being created.
6868
@param IDToken The IDToken associated with the Auth credential being created.
69-
@param accessToken The accessstoken associated with the Auth credential be created, if
69+
@param accessToken The access token associated with the Auth credential be created, if
7070
available.
7171
@return A FIRAuthCredential for the specified provider ID, ID token and access token.
7272
*/
@@ -79,7 +79,7 @@ NS_SWIFT_NAME(OAuthProvider)
7979
an ID token.
8080
8181
@param providerID The provider ID associated with the Auth credential being created.
82-
@param accessToken The accessstoken associated with the Auth credential be created
82+
@param accessToken The access token associated with the Auth credential be created
8383
@return A FIRAuthCredential.
8484
*/
8585
+ (FIROAuthCredential *)credentialWithProviderID:(NSString *)providerID
@@ -92,7 +92,7 @@ NS_SWIFT_NAME(OAuthProvider)
9292
@param providerID The provider ID associated with the Auth credential being created.
9393
@param IDToken The IDToken associated with the Auth credential being created.
9494
@param rawNonce The raw nonce associated with the Auth credential being created.
95-
@param accessToken The accessstoken associated with the Auth credential be created, if
95+
@param accessToken The access token associated with the Auth credential be created, if
9696
available.
9797
@return A FIRAuthCredential for the specified provider ID, ID token and access token.
9898
*/

0 commit comments

Comments
 (0)