Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #17 from laravel-notification-channels/JayBizzle-p…
Browse files Browse the repository at this point in the history
…atch-1

Fix typos
  • Loading branch information
JayBizzle authored Sep 1, 2016
2 parents d7c5f73 + 1abfd45 commit dd00d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function routeNotificationForIonicPush()
- `iosBadge()`
- `iosPayload()`
- `iosSound()`
- `iosPriortiy()`
- `iosPriority()`
- `iosExpire()`
- `iosContentAvailable()`

Expand All @@ -136,7 +136,7 @@ public function routeNotificationForIonicPush()
- `androidIcon()`
- `androidIconColor()`
- `androidMessage()`
- `androidPriortiy()`
- `androidPriority()`
- `androidSound()`
- `androidTag()`
- `androidTimeToLive()`
Expand Down
4 changes: 2 additions & 2 deletions src/IonicPushMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function allowedAndroidOptions()
'icon',
'icon_color',
'message',
'priortiy',
'priority',
'sound',
'tag',
'time_to_live',
Expand All @@ -211,7 +211,7 @@ public function allowediOSOptions()
'badge',
'payload',
'sound',
'priortiy',
'priority',
'expire',
'content_available',
];
Expand Down

0 comments on commit dd00d40

Please sign in to comment.