Skip to content

Commit 6306625

Browse files
authored
Spelling
1 parent 7f5c635 commit 6306625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ method.
109109
````php
110110
public function toTwitter($notifiable)
111111
{
112-
return (new TwitterStatusUpdate('Laravel notifications are awesom!'))->withImage('marcel.png');
112+
return (new TwitterStatusUpdate('Laravel notifications are awesome!'))->withImage('marcel.png');
113113
}
114114
````
115115
If you want to use multiple images, just pass an array of paths.
116116
````php
117-
return (new TwitterStatusUpdate('Laravel notifications are awesom!'))->withImage([
117+
return (new TwitterStatusUpdate('Laravel notifications are awesome!'))->withImage([
118118
public_path('marcel.png'),
119119
public_path('mohamed.png')
120120
]);

0 commit comments

Comments
 (0)