Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Hardy <[email protected]>
  • Loading branch information
barthap and mikehardy authored Dec 15, 2021
1 parent 9ff9c70 commit 8e3a90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/plugin/src/ios/appDelegate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function modifyObjcAppDelegate(contents: string): string {
) {
WarningAggregator.addWarningIOS(
'@react-native-firebase/app',
'The AppDelegate.m may be malfolmed. Skiping adding Firebase to it.',
'Unable to determine correct Firebase insertion point in AppDelegate.m. Skipping Firebase addition.',
);
return contents;
}
Expand Down

0 comments on commit 8e3a90b

Please sign in to comment.