1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixes a typo in a CHANGELOG

This commit is contained in:
Xavier Noria 2014-01-12 22:24:28 +01:00
parent 6049249c6c
commit db11682c2b

View file

@ -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.)