diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2017-04-23 09:17:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-23 09:17:56 -0500 |
commit | 2ef1af8d7bfe5beb031237f208a7d925cddf22c1 (patch) | |
tree | d4e524b85dabf8ed3a9472aee64c6f746e0c7690 | |
parent | a6a93f9ed5af5c84cf35dc03759c0b7d9d880cd2 (diff) | |
parent | 93897d79edfb5b546bf544a27b92f66882ca1b88 (diff) | |
download | rails-2ef1af8d7bfe5beb031237f208a7d925cddf22c1.tar.gz rails-2ef1af8d7bfe5beb031237f208a7d925cddf22c1.tar.bz2 rails-2ef1af8d7bfe5beb031237f208a7d925cddf22c1.zip |
Merge pull request #28841 from pendletons/upgrade-doc-typo
[ci_skip] Fix typo in Rails 5.1 upgrade notes
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index ebfdc78dfc..3284a6c77e 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -87,7 +87,7 @@ the right constant and that loading them won't break in the future. ### `config.secrets` now load with all keys as symbols If you application stores nested configuration in `secrets.yml` now all keys are being -laded as symbols so access using strings should be changed. +loaded as symbols so access using strings should be changed. From: |