aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2017-04-23 09:17:56 -0500
committerGitHub <noreply@github.com>2017-04-23 09:17:56 -0500
commit2ef1af8d7bfe5beb031237f208a7d925cddf22c1 (patch)
treed4e524b85dabf8ed3a9472aee64c6f746e0c7690 /guides/source
parenta6a93f9ed5af5c84cf35dc03759c0b7d9d880cd2 (diff)
parent93897d79edfb5b546bf544a27b92f66882ca1b88 (diff)
downloadrails-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
Diffstat (limited to 'guides/source')
-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: