aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorSUGINO Yasuhiro <suginoyasuhiro@gmail.com>2013-09-13 17:44:35 +0900
committerSUGINO Yasuhiro <suginoyasuhiro@gmail.com>2013-09-13 20:44:37 +0900
commit4a36eb64a5d26f4d95df8037a3ecb198a5c0ef78 (patch)
tree535bd413184a171331eda7f371347036c012b00a /guides/source/configuring.md
parent489a0890b6dbb8c7954e2a3b120fe31de64f156c (diff)
downloadrails-4a36eb64a5d26f4d95df8037a3ecb198a5c0ef78.tar.gz
rails-4a36eb64a5d26f4d95df8037a3ecb198a5c0ef78.tar.bz2
rails-4a36eb64a5d26f4d95df8037a3ecb198a5c0ef78.zip
Fix typos: the indefinite articles(a -> an)
Diffstat (limited to 'guides/source/configuring.md')
-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 3cf5cdd71f..5f170474ee 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -103,7 +103,7 @@ numbers. New applications filter out passwords by adding the following `config.f
* `config.force_ssl` forces all requests to be under HTTPS protocol by using `ActionDispatch::SSL` middleware.
-* `config.log_formatter` defines the formatter of the Rails logger. This option defaults to a instance of `ActiveSupport::Logger::SimpleFormatter` for all modes except production, where it defaults to `Logger::Formatter`.
+* `config.log_formatter` defines the formatter of the Rails logger. This option defaults to an instance of `ActiveSupport::Logger::SimpleFormatter` for all modes except production, where it defaults to `Logger::Formatter`.
* `config.log_level` defines the verbosity of the Rails logger. This option defaults to `:debug` for all modes except production, where it defaults to `:info`.