diff --git a/docs/messaging/usage/index.md b/docs/messaging/usage/index.md index 1383dd45abb..fa6f898ee29 100644 --- a/docs/messaging/usage/index.md +++ b/docs/messaging/usage/index.md @@ -395,7 +395,7 @@ Refer to [UNNotificationPresentationOptions](https://developer.apple.com/documen // /firebase.json { "react-native": { - "messaging_ios_foreground_presentation_options": ["badge", "sound", "alert", "list", "banner"] + "messaging_ios_foreground_presentation_options": ["badge", "sound", "list", "banner"] } } ```