aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2013-12-26 11:43:33 -0800
committerArun Agrawal <arunagw@gmail.com>2013-12-26 11:43:33 -0800
commitcef8c8f772cf7a853a1c447f02baecfdde9fa237 (patch)
treea627f4a4ecf5299ef2888497af5e8d263983b077 /guides
parent8003c541f7e66d1802c46fc4db6f11308a072065 (diff)
parent46096a082f98fd9778f4036027318758fbf44e88 (diff)
downloadrails-cef8c8f772cf7a853a1c447f02baecfdde9fa237.tar.gz
rails-cef8c8f772cf7a853a1c447f02baecfdde9fa237.tar.bz2
rails-cef8c8f772cf7a853a1c447f02baecfdde9fa237.zip
Merge pull request #13498 from dmitrydims/master
Fixed typo in Rails 4.1 Release Notes [CI skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_1_release_notes.md2
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 5f1ecb1cae..171572c77c 100644
--- a/guides/source/4_1_release_notes.md
+++ b/guides/source/4_1_release_notes.md
@@ -366,7 +366,7 @@ for detailed changes.
* Removed deprecated `increment_open_transactions`.
* Removed deprecated `PostgreSQLAdapter#outside_transaction?`
- methodd. You can use `#transaction_open?` instead.
+ method. You can use `#transaction_open?` instead.
* Removed deprecated `ActiveRecord::Fixtures.find_table_name` in favor of
`ActiveRecord::Fixtures.default_fixture_model_name`.