aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShanthi Pendleton <shanthi.pendleton@gmail.com>2017-04-23 13:28:38 +0100
committerShanthi Pendleton <shanthi.pendleton@gmail.com>2017-04-23 13:28:38 +0100
commit93897d79edfb5b546bf544a27b92f66882ca1b88 (patch)
treed4e524b85dabf8ed3a9472aee64c6f746e0c7690
parenta6a93f9ed5af5c84cf35dc03759c0b7d9d880cd2 (diff)
downloadrails-93897d79edfb5b546bf544a27b92f66882ca1b88.tar.gz
rails-93897d79edfb5b546bf544a27b92f66882ca1b88.tar.bz2
rails-93897d79edfb5b546bf544a27b92f66882ca1b88.zip
[ci_skip] Fix typo in Rails 5.1 upgrade notes
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
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: