From 93897d79edfb5b546bf544a27b92f66882ca1b88 Mon Sep 17 00:00:00 2001 From: Shanthi Pendleton Date: Sun, 23 Apr 2017 13:28:38 +0100 Subject: [PATCH] [ci_skip] Fix typo in Rails 5.1 upgrade notes --- guides/source/upgrading_ruby_on_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index ebfdc78dfc44b..3284a6c77e969 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: