Skip to content

Commit ae82100

Browse files
committed
Typo fixed
1 parent 645557d commit ae82100

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
@@ -234,7 +234,7 @@ protected $commands = [
234234
\Webklex\IMAP\Commands\ImapIdleCommand::class,
235235
];
236236
```
237-
Now register an event listener as described by [here](https://laravel.com/docs/7.x/events#event-subscribers).
237+
Now register an event listener as described by [the laravel docs](https://laravel.com/docs/7.x/events#event-subscribers).
238238
If you don't use the default account, or if you want to add some of your own magic, you'll need to create a
239239
custom command (see next section).
240240

0 commit comments

Comments
 (0)