Skip to content

Commit 59ccb2b

Browse files
committed
fix typo
1 parent 2a5b209 commit 59ccb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v5/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To pass information along to your job you can send an array of data. The data wi
8080

8181
```php
8282
App\Jobs\MyFirstJob::dispatch([
83-
'email' => 'kevin@exampl.com',
83+
'email' => 'kevin@example.com',
8484
'name' => 'Kevin'
8585
]);
8686
```

0 commit comments

Comments
 (0)