aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorJake Worth <jworth@prevailhs.com>2014-01-08 13:47:20 -0600
committerJake Worth <jworth@prevailhs.com>2014-01-08 13:47:20 -0600
commitde535226e8884ea16fd1de1eee7bd14d33733765 (patch)
treef06162afed7003c68e185443b71f17337c6837ff /guides
parentf4fc9e65ed4d51c50ff117ea337206a11b463eeb (diff)
downloadrails-de535226e8884ea16fd1de1eee7bd14d33733765.tar.gz
rails-de535226e8884ea16fd1de1eee7bd14d33733765.tar.bz2
rails-de535226e8884ea16fd1de1eee7bd14d33733765.zip
Fix typo [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 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
------------