diff options
author | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-07-06 15:23:12 +0530 |
---|---|---|
committer | Akshay Vishnoi <akshay.vishnoi@vinsol.com> | 2014-07-06 15:23:12 +0530 |
commit | ddad32978d480235c7b01ae42edc667b45a396cb (patch) | |
tree | 3d6929b1728f7583809e57efde1f80c3dcccd39a /railties | |
parent | 3ac3760c69e6e6914c5ddae138856b3c82ac0f20 (diff) | |
download | rails-ddad32978d480235c7b01ae42edc667b45a396cb.tar.gz rails-ddad32978d480235c7b01ae42edc667b45a396cb.tar.bz2 rails-ddad32978d480235c7b01ae42edc667b45a396cb.zip |
[ci skip] /sqlite/i --> SQLite
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index c33a4ed192..5a919fde39 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -48,7 +48,7 @@ *Matthew Draper* -* Remove sqlite3 lines from `.gitignore` if the application is not using sqlite3. +* Remove SQLite3 lines from `.gitignore` if the application is not using SQLite3. *Dmitrii Golub* |