File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ NS_SWIFT_NAME(AuthTokenResult)
49
49
50
50
/* * @property signInProvider
51
51
@brief Stores sign-in provider through which the token was obtained.
52
- @remarks This does not necesssarily map to provider IDs.
52
+ @remarks This does not necessarily map to provider IDs.
53
53
*/
54
54
@property (nonatomic, readonly) NSString *signInProvider;
55
55
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ NS_SWIFT_NAME(PhoneAuthProvider)
61
61
+ (instancetype )providerWithAuth:(FIRAuth *)auth NS_SWIFT_NAME (provider(auth:));
62
62
63
63
/* * @fn verifyPhoneNumber:UIDelegate:completion:
64
- @brief Starts the phone number authentication flow by sending a verifcation code to the
64
+ @brief Starts the phone number authentication flow by sending a verification code to the
65
65
specified phone number.
66
66
@param phoneNumber The phone number to be verified.
67
67
@param UIDelegate An object used to present the SFSafariViewController. The object is retained
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
22
22
23
23
/* *
24
24
* A FIRDatabaseHandle is used to identify listeners of Firebase Database events. These handles
25
- * are returned by observeEventType: and and can later be passed to removeObserverWithHandle: to
26
- * stop receiving updates.
25
+ * are returned by observeEventType: and can later be passed to removeObserverWithHandle: to stop
26
+ * receiving updates.
27
27
*/
28
28
typedef NSUInteger FIRDatabaseHandle NS_SWIFT_NAME (DatabaseHandle);
29
29
You can’t perform that action at this time.
0 commit comments