aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-06-05 16:13:02 -0700
committerGravatar GitHub <noreply@github.com>2018-06-05 16:13:02 -0700
commit5a2c4ac3446fc3f23a660ffc2be57b576f2504d8 (patch)
tree20dd347089c105125966d18066331f0a24e3ea67 /Firebase
parent4c84d5f5469ec469732a5656e3b601bd54c2d2a7 (diff)
Fix comment spelling (#1382)
Diffstat (limited to 'Firebase')
-rw-r--r--Firebase/Auth/Source/AuthProviders/Phone/FIRPhoneAuthProvider.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/AuthProviders/Phone/FIRPhoneAuthProvider.m b/Firebase/Auth/Source/AuthProviders/Phone/FIRPhoneAuthProvider.m
index 3532861..a7e7108 100644
--- a/Firebase/Auth/Source/AuthProviders/Phone/FIRPhoneAuthProvider.m
+++ b/Firebase/Auth/Source/AuthProviders/Phone/FIRPhoneAuthProvider.m
@@ -94,7 +94,7 @@ NSString *const kReCAPTCHAURLStringFormat = @"https://%@/__/auth/handler?";
}
/** @fn initWithAuth:
- @brief returns an instance of @c FIRPhoneAuthProvider assocaited with the provided auth
+ @brief returns an instance of @c FIRPhoneAuthProvider associated with the provided auth
instance.
@return An Instance of @c FIRPhoneAuthProvider.
*/