We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17746dd commit da5a9a6Copy full SHA for da5a9a6
FirebaseCore/Sources/FIRApp.m
@@ -166,7 +166,7 @@ + (void)configureWithName:(NSString *)name options:(FIROptions *)options {
166
167
if ([name isEqualToString:kFIRDefaultAppName]) {
168
if (sDefaultApp) {
169
- // The default app already exixts. Handle duplicate `configure` calls and return.
+ // The default app already exists. Handle duplicate `configure` calls and return.
170
[self appWasConfiguredTwice:sDefaultApp usingOptions:options];
171
return;
172
}
0 commit comments