Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit 6a8e9db

Browse files
committed
Fixed grammar in docs.
1 parent 74e96bb commit 6a8e9db

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
@@ -28,7 +28,7 @@ This package makes it easy to send notifications using [Pusher API Notifications
2828
2929
```json
3030
{
31-
...,
31+
// ...,
3232
"repositories": [
3333
{
3434
"type": "vcs",
@@ -100,9 +100,9 @@ public function toApiNotification($notifiable)
100100
- `data($data)`: array, string or something that can be corverted to JSON. It's the body of the Pusher message.
101101
- `socketId($socketId)`: [optional] socketId of Pusher.
102102
- `debug($debug)`: boolean that tells Pusher if you're debugging.
103-
- `alreadyEncoded($alreadyEncoded)`: [optional] If the data is already encoded and you don't want Pusher to convert it, set this tu true.
103+
- `alreadyEncoded($alreadyEncoded)`: [optional] If the data is already encoded and you don't want Pusher to convert it, set this to true.
104104

105-
These parameters are the same received by [`Pusher::trigger()` method](https://github.com/pusher/pusher-http-laravel#examples).
105+
These parameters are the same received by [`Pusher::trigger()`](https://github.com/pusher/pusher-http-laravel#examples) method.
106106

107107
## Changelog
108108

0 commit comments

Comments
 (0)