Skip to content

Commit a267127

Browse files
committed
fix misspellings in comments
1 parent 599a7ad commit a267127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseTwitterAuthUI/FIRTwitterAuthUI.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#import "FIRTwitterAuthUI.h"
2121

2222
/** @var kBundleFileName
23-
@brief The name of the bundle containing Facebook auth provider assets/resources.
23+
@brief The name of the bundle containing Twitter auth provider assets/resources.
2424
*/
2525
static NSString *const kBundleFileName = @"FirebaseTwitterAuthUIBundle.bundle";
2626

@@ -29,7 +29,7 @@
2929
*/
3030
static NSString *const kTableName = @"FirebaseTwitterAuthUI";
3131

32-
/** @var kSignInWithFacebook
32+
/** @var kSignInWithTwitter
3333
@brief The string key for localized button text.
3434
*/
3535
static NSString *const kSignInWithTwitter = @"SignInWithTwitter";

0 commit comments

Comments
 (0)