Skip to content

Commit

Permalink
[ci_skip] Fix typo in Rails 5.1 upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pendletons committed Apr 23, 2017
1 parent a6a93f9 commit 93897d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -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:

Expand Down

0 comments on commit 93897d7

Please sign in to comment.