Skip to content

Commit fda7816

Browse files
authored
Fix typo (#10610)
1 parent 4a26ed8 commit fda7816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FirebaseAuth/Sources/Public/FirebaseAuth/FIRFederatedAuthProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ typedef void (^FIRAuthCredentialCallback)(FIRAuthCredential *_Nullable credentia
4040
/** @fn getCredentialWithUIDelegate:completion:
4141
@brief Used to obtain an auth credential via a mobile web flow.
4242
This method is available on iOS only.
43-
@param UIDelegate An optional UI delegate used to presenet the mobile web flow.
43+
@param UIDelegate An optional UI delegate used to present the mobile web flow.
4444
@param completion Optionally; a block which is invoked asynchronously on the main thread when
4545
the mobile web flow is completed.
4646
*/

FirebaseCombineSwift/Sources/Auth/OAuthProvider+Combine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
///
3030
/// The publisher will emit events on the **main** thread.
3131
///
32-
/// - Parameter uiDelegate: An optional UI delegate used to presenet the mobile web flow.
32+
/// - Parameter uiDelegate: An optional UI delegate used to present the mobile web flow.
3333
/// - Returns: A publisher that emits an `AuthCredential` when the credential is obtained
3434
/// successfully, or an error otherwise. The publisher will emit on the *main* thread.
3535
func getCredentialWith(_ uiDelegate: AuthUIDelegate?)

0 commit comments

Comments
 (0)