diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-01-26 22:40:53 -0800 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-01-26 22:40:53 -0800 |
commit | 16ee18eebc4c81d284597ec11608c4822c23da2d (patch) | |
tree | 0a35d4e00f263d3ce7db71a690afd250036149b8 /guides | |
parent | dd339bb0adc3bb1f0c376c4352f769ae2ab02b62 (diff) | |
parent | 9690bcf503e4d7bc3c2fe392c623b790c0392d5e (diff) | |
download | rails-16ee18eebc4c81d284597ec11608c4822c23da2d.tar.gz rails-16ee18eebc4c81d284597ec11608c4822c23da2d.tar.bz2 rails-16ee18eebc4c81d284597ec11608c4822c23da2d.zip |
Merge pull request #13849 from fgo/patch-12
Ruby on Rails 4.1 Release Notes: Fix spelling [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_1_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index 1980f4d4cf..8894011580 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -585,7 +585,7 @@ for detailed changes. [More Details](upgrading_ruby_on_rails.html#changes-in-json-handling)) * Deprecated `ActiveSupport.encode_big_decimal_as_string` option. This feature has - been extracetd into the [activesupport-json_encoder](https://github.com/rails/activesupport-json_encoder) + been extracted into the [activesupport-json_encoder](https://github.com/rails/activesupport-json_encoder) gem. ([Pull Request](https://github.com/rails/rails/pull/13060) / [More Details](upgrading_ruby_on_rails.html#changes-in-json-handling)) |