Skip to content

Commit 5a7c348

Browse files
authored
Fix typo (#8690)
1 parent 85864c6 commit 5a7c348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseRemoteConfig/Sources/RCNConfigContent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef NS_ENUM(NSInteger, RCNDBSource) {
4343
/// Designated initializer;
4444
- (instancetype)initWithDBManager:(RCNConfigDBManager *)DBManager NS_DESIGNATED_INITIALIZER;
4545

46-
/// Returns true if initailization succeeded.
46+
/// Returns true if initialization succeeded.
4747
- (BOOL)initializationSuccessful;
4848

4949
/// Update config content from fetch response in JSON format.

0 commit comments

Comments
 (0)