diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2014-01-08 11:57:31 -0800 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2014-01-08 11:57:31 -0800 |
commit | 8bbd21cccfd0939915da327fe54228730a10dbb2 (patch) | |
tree | f06162afed7003c68e185443b71f17337c6837ff | |
parent | f4fc9e65ed4d51c50ff117ea337206a11b463eeb (diff) | |
parent | de535226e8884ea16fd1de1eee7bd14d33733765 (diff) | |
download | rails-8bbd21cccfd0939915da327fe54228730a10dbb2.tar.gz rails-8bbd21cccfd0939915da327fe54228730a10dbb2.tar.bz2 rails-8bbd21cccfd0939915da327fe54228730a10dbb2.zip |
Merge pull request #13634 from jwworth/master
Fix typo [ci skip]
-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 ------------ |