aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-01-12 22:24:28 +0100
committerXavier Noria <fxn@hashref.com>2014-01-12 22:24:28 +0100
commitdb11682c2bba19979d23198f73a5b118637bedd9 (patch)
tree53b3ff7f85ea287e0e1c66f719820531aea64abb /railties
parent6049249c6c5c2a3078bb0f146168e8f9c0d99bc7 (diff)
downloadrails-db11682c2bba19979d23198f73a5b118637bedd9.tar.gz
rails-db11682c2bba19979d23198f73a5b118637bedd9.tar.bz2
rails-db11682c2bba19979d23198f73a5b118637bedd9.zip
fixes a typo in a CHANGELOG
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index dc1679c8cb..de3c1074ef 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -2,7 +2,7 @@
*Xavier Noria*
-* `test_help.rb` now automatically checks/maintains your test datbase
+* `test_help.rb` now automatically checks/maintains your test database
schema. (Use `config.active_record.maintain_test_schema = false` to
disable.)