Skip to content

Commit b482ab7

Browse files
committed
Fix typos in README.md
1 parent f885bb5 commit b482ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ PushNotification.cancelLocalNotifications({id: '123'});
303303

304304
(optional) Specify `priority` to set priority of notification. Default value: "high"
305305

306-
Avaiable options:
306+
Available options:
307307

308308
"max" = NotficationCompat.PRIORITY_MAX
309309
"high" = NotficationCompat.PRIORITY_HIGH
@@ -317,7 +317,7 @@ More information: https://developer.android.com/reference/android/app/Notificati
317317

318318
(optional) Specify `visibility` to set visibility of notification. Default value: "private"
319319

320-
Avaiable options:
320+
Available options:
321321

322322
"private" = NotficationCompat.VISIBILITY_PRIVATE
323323
"public" = NotficationCompat.VISIBILITY_PUBLIC
@@ -329,7 +329,7 @@ More information: https://developer.android.com/reference/android/app/Notificati
329329

330330
(optional) Specify `importance` to set importance of notification. Default value: "high"
331331

332-
Avaiable options:
332+
Available options:
333333

334334
"default" = NotificationManager.IMPORTANCE_DEFAULT
335335
"max" = NotificationManager.IMPORTANCE_MAX

0 commit comments

Comments
 (0)