Skip to content

Commit 676c616

Browse files
authored
Fix small typos in public documentation. (#2192)
1 parent 598bc55 commit 676c616

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Firebase/Auth/Source/Public/FIRAuthTokenResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ NS_SWIFT_NAME(AuthTokenResult)
4949

5050
/** @property signInProvider
5151
@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.
5353
*/
5454
@property (nonatomic, readonly) NSString *signInProvider;
5555

Firebase/Auth/Source/Public/FIRPhoneAuthProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ NS_SWIFT_NAME(PhoneAuthProvider)
6161
+ (instancetype)providerWithAuth:(FIRAuth *)auth NS_SWIFT_NAME(provider(auth:));
6262

6363
/** @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
6565
specified phone number.
6666
@param phoneNumber The phone number to be verified.
6767
@param UIDelegate An object used to present the SFSafariViewController. The object is retained

Firebase/Database/Public/FIRDatabaseQuery.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ NS_ASSUME_NONNULL_BEGIN
2222

2323
/**
2424
* 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.
2727
*/
2828
typedef NSUInteger FIRDatabaseHandle NS_SWIFT_NAME(DatabaseHandle);
2929

0 commit comments

Comments
 (0)