Skip to content

Fix small typos in public documentation. #2192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Firebase/Auth/Source/Public/FIRAuthTokenResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NS_SWIFT_NAME(AuthTokenResult)

/** @property signInProvider
@brief Stores sign-in provider through which the token was obtained.
@remarks This does not necesssarily map to provider IDs.
@remarks This does not necessarily map to provider IDs.
*/
@property (nonatomic, readonly) NSString *signInProvider;

Expand Down
2 changes: 1 addition & 1 deletion Firebase/Auth/Source/Public/FIRPhoneAuthProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ NS_SWIFT_NAME(PhoneAuthProvider)
+ (instancetype)providerWithAuth:(FIRAuth *)auth NS_SWIFT_NAME(provider(auth:));

/** @fn verifyPhoneNumber:UIDelegate:completion:
@brief Starts the phone number authentication flow by sending a verifcation code to the
@brief Starts the phone number authentication flow by sending a verification code to the
specified phone number.
@param phoneNumber The phone number to be verified.
@param UIDelegate An object used to present the SFSafariViewController. The object is retained
Expand Down
4 changes: 2 additions & 2 deletions Firebase/Database/Public/FIRDatabaseQuery.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ NS_ASSUME_NONNULL_BEGIN

/**
* A FIRDatabaseHandle is used to identify listeners of Firebase Database events. These handles
* are returned by observeEventType: and and can later be passed to removeObserverWithHandle: to
* stop receiving updates.
* are returned by observeEventType: and can later be passed to removeObserverWithHandle: to stop
* receiving updates.
*/
typedef NSUInteger FIRDatabaseHandle NS_SWIFT_NAME(DatabaseHandle);

Expand Down