Skip to content

Commit bcccd75

Browse files
Synchrochristophrumpel
authored andcommitted
Duplicate word
1 parent 72361db commit bcccd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ return (new TwitterStatusUpdate('Laravel notifications are awesome!'))->withImag
121121
]);
122122
````
123123
### Send a direct message
124-
To send a Twitter direct message to a specific user, you will need the `TwitterDirectMessage` class. Provide the Twitter user handler as the first parameter and the the message as the second one.
124+
To send a Twitter direct message to a specific user, you will need the `TwitterDirectMessage` class. Provide the Twitter user handler as the first parameter and the message as the second one.
125125
````php
126126
public function toTwitter(mixed $notifiable): TwitterMessage
127127
{

0 commit comments

Comments
 (0)