diff options
author | Jon Moss <me@jonathanmoss.me> | 2017-08-06 22:45:38 -0400 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2017-08-06 22:46:15 -0400 |
commit | 43a42542e6316ceb3124abd225ec7f61a635103b (patch) | |
tree | 27414c0160c92f81e91b56c0d6005c22cb3422ba | |
parent | be60532bdc9fe1ecec1ad04392bf804409d6372d (diff) | |
download | rails-43a42542e6316ceb3124abd225ec7f61a635103b.tar.gz rails-43a42542e6316ceb3124abd225ec7f61a635103b.tar.bz2 rails-43a42542e6316ceb3124abd225ec7f61a635103b.zip |
Remove extra space between two sentences
[ci skip]
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 61c4bd1e61..d16b7c8d83 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -423,7 +423,7 @@ The schema dumper adds one additional configuration option: * `config.action_controller.per_form_csrf_tokens` configures whether CSRF tokens are only valid for the method/action they were generated for. -* `config.action_controller.default_protect_from_forgery` determines whether forgery protection is added on `ActionController:Base`. This is false by default, but enabled when loading defaults for Rails 5.2. +* `config.action_controller.default_protect_from_forgery` determines whether forgery protection is added on `ActionController:Base`. This is false by default, but enabled when loading defaults for Rails 5.2. * `config.action_controller.relative_url_root` can be used to tell Rails that you are [deploying to a subdirectory](configuring.html#deploy-to-a-subdirectory-relative-url-root). The default is `ENV['RAILS_RELATIVE_URL_ROOT']`. |