aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHendy Tanata <htanata@gmail.com>2015-06-08 15:06:45 -0700
committerHendy Tanata <htanata@gmail.com>2015-06-08 15:08:32 -0700
commit9977efd455002365604591e623ee19e34bf86e1f (patch)
treead96f722696df0d101f1158f492699dbabf1809d
parentcbd71795bc4ac5b81c95dfc68d4b76e612433279 (diff)
downloadrails-9977efd455002365604591e623ee19e34bf86e1f.tar.gz
rails-9977efd455002365604591e623ee19e34bf86e1f.tar.bz2
rails-9977efd455002365604591e623ee19e34bf86e1f.zip
Remove misplaced period on "Configuring" guide.
[ci skip]
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index b3a1ae6779..b64b95c56e 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -517,7 +517,7 @@ There are a number of settings available on `config.action_mailer`:
config.action_mailer.show_previews = false
```
-* `config.action_mailer.deliver_later_queue_name`. specifies the queue name for mailers. By default this is `mailers`.
+* `config.action_mailer.deliver_later_queue_name` specifies the queue name for mailers. By default this is `mailers`.
### Configuring Active Support