Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit b629653

Browse files
author
Alexa Nguyen
authored
Fix typos in README
1 parent 6f4f7e9 commit b629653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ PushNotification.localNotificationSchedule({
364364
allowWhileIdle: false, // (optional) set notification to work while on doze, default: false
365365

366366
/* Android Only Properties */
367-
repeatTime: 1, // (optional) Increment of configured repeateType. Check 'Repeating Notifications' section for more info.
367+
repeatTime: 1, // (optional) Increment of configured repeatType. Check 'Repeating Notifications' section for more info.
368368
});
369369
```
370370

@@ -405,7 +405,7 @@ import PushNotification, {Importance} from 'react-native-push-notification';
405405
playSound: false, // (optional) default: true
406406
soundName: "default", // (optional) See `soundName` parameter of `localNotification` function
407407
importance: Importance.HIGH, // (optional) default: Importance.HIGH. Int value of the Android notification importance
408-
vibrate: true, // (optional) default: true. Creates the default vibration patten if true.
408+
vibrate: true, // (optional) default: true. Creates the default vibration pattern if true.
409409
},
410410
(created) => console.log(`createChannel returned '${created}'`) // (optional) callback returns whether the channel was created, false means it already existed.
411411
);

0 commit comments

Comments
 (0)