diff options
-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 6bd1f558b4..924e5d90db 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -498,7 +498,7 @@ for detailed changes. object. Helper methods used by multiple fixtures should be defined on modules included in `ActiveRecord::FixtureSet.context_class`. ([Pull Request](https://github.com/rails/rails/pull/13022)) -* Don't create or drop the test database if RAILS_ENV is specified explicitely. +* Don't create or drop the test database if RAILS_ENV is specified explicitly. Active Model ------------ |