diff options
author | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-11-16 23:22:33 +0800 |
---|---|---|
committer | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-11-16 23:22:33 +0800 |
commit | b7c262b2500a0e73856f9848f83589414987f172 (patch) | |
tree | a9263aeffd06f8582132a47539c083ae4d00d5b2 | |
parent | 4b4dca48a590fe9380cc0b727788a36a8c40296f (diff) | |
download | rails-b7c262b2500a0e73856f9848f83589414987f172.tar.gz rails-b7c262b2500a0e73856f9848f83589414987f172.tar.bz2 rails-b7c262b2500a0e73856f9848f83589414987f172.zip |
[CI SKIP] Missing space.
-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 ca851371a9..0e9e4eff1d 100644 --- a/guides/source/active_job_basics.md +++ b/guides/source/active_job_basics.md @@ -248,7 +248,7 @@ end ``` -ActionMailer +Action Mailer ------------ One of the most common jobs in a modern web application is sending emails outside |