diff --git a/docs-react-native/react-native/docs/triggers.md b/docs-react-native/react-native/docs/triggers.md index 0a04cf25..fae8f267 100644 --- a/docs-react-native/react-native/docs/triggers.md +++ b/docs-react-native/react-native/docs/triggers.md @@ -127,7 +127,7 @@ const trigger: TimestampTrigger = { }; ``` -On Android, you have the option to create your trigger notification with Android's AlarmManger API: +On Android, you have the option to create your trigger notification with Android's AlarmManager API: ```js const trigger: TimestampTrigger = {