diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2015-04-19 13:05:36 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2015-04-19 13:05:36 +0200 |
commit | 5cab1fb9dae72df8de193e3ea32db7be64e0b3b4 (patch) | |
tree | a959dd3959cf75eb058aecf18352244a5c4436fa /guides | |
parent | d849f42b4ecf687ed5350f5a2402fb795aa33aac (diff) | |
parent | 47fbde43a0801dece33adf274de345c6f1a055aa (diff) | |
download | rails-5cab1fb9dae72df8de193e3ea32db7be64e0b3b4.tar.gz rails-5cab1fb9dae72df8de193e3ea32db7be64e0b3b4.tar.bz2 rails-5cab1fb9dae72df8de193e3ea32db7be64e0b3b4.zip |
Merge pull request #19811 from prathamesh-sonpatki/fix-aj-guide
Spell out "asynchronously" instead of async in guides [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/active_job_basics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_job_basics.md b/guides/source/active_job_basics.md index 7aeff2ceab..29d0c32b09 100644 --- a/guides/source/active_job_basics.md +++ b/guides/source/active_job_basics.md @@ -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. -------------------------------------------------------------------------------- |