Skip to content

Commit 4037240

Browse files
author
Christoph Rumpel
committed
Fix typo
1 parent 6fbcfb3 commit 4037240

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 @@ To send a Twitter direct message to a specific user, you will need the `TwitterD
121121
user handler as the first parameter and the the message as the second one.
122122
````php
123123
public function toTwitter($notifiable) {
124-
return new TwitterDirectMessage('marcelpociot', 'Hey Marcel, it was nice meeting you at the Larcon.');
124+
return new TwitterDirectMessage('marcelpociot', 'Hey Marcel, it was nice meeting you at the Laracon.');
125125
}
126126
````
127127
Make sure the user is following you on Twitter to make this work.

0 commit comments

Comments
 (0)