Skip to content

Commit 1612473

Browse files
authored
Fix typo in error message (#10766)
1 parent f567ed9 commit 1612473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAppCheck/Sources/Core/FIRAppCheck.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ - (nullable instancetype)initWithApp:(FIRApp *)app {
117117
if (appCheckProvider == nil) {
118118
FIRLogError(kFIRLoggerAppCheck, kFIRLoggerAppCheckMessageCodeProviderIsMissing,
119119
@"Cannot instantiate `FIRAppCheck` for app: %@ without an app check provider. "
120-
@"Please make sure the provide factory returns a valid app check provider.",
120+
@"Please make sure the provider factory returns a valid app check provider.",
121121
app.name);
122122
return nil;
123123
}

0 commit comments

Comments
 (0)