Spell out "asynchronously" instead of async in guides [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2015-04-19 11:00:32 +05:30
parent d849f42b4e
commit 47fbde43a0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ After reading this guide, you will know:
* How to create jobs.
* How to enqueue jobs.
* How to run jobs in the background.
* How to send emails from your application async.
* How to send emails from your application asynchronously.
--------------------------------------------------------------------------------