File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
FirebaseAuth/Sources/Public/FirebaseAuth
FirebaseCombineSwift/Sources/Auth Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ typedef void (^FIRAuthCredentialCallback)(FIRAuthCredential *_Nullable credentia
40
40
/* * @fn getCredentialWithUIDelegate:completion:
41
41
@brief Used to obtain an auth credential via a mobile web flow.
42
42
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.
44
44
@param completion Optionally; a block which is invoked asynchronously on the main thread when
45
45
the mobile web flow is completed.
46
46
*/
Original file line number Diff line number Diff line change 29
29
///
30
30
/// The publisher will emit events on the **main** thread.
31
31
///
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.
33
33
/// - Returns: A publisher that emits an `AuthCredential` when the credential is obtained
34
34
/// successfully, or an error otherwise. The publisher will emit on the *main* thread.
35
35
func getCredentialWith( _ uiDelegate: AuthUIDelegate ? )
You can’t perform that action at this time.
0 commit comments