From de535226e8884ea16fd1de1eee7bd14d33733765 Mon Sep 17 00:00:00 2001 From: Jake Worth Date: Wed, 8 Jan 2014 13:47:20 -0600 Subject: [PATCH] Fix typo [ci skip] --- guides/source/4_1_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------------ -- GitLab