aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-07-06 11:47:16 -0700
committerZachary Scott <e@zzak.io>2014-07-06 11:47:16 -0700
commit2f716694f20cd19464029513fb59440fd9000840 (patch)
tree778ea85c83675ee76ff13a58e817bfa6036111d3 /railties
parent2cda0aff3051bd84c5f3596174cf4d7f1999050a (diff)
downloadrails-2f716694f20cd19464029513fb59440fd9000840.tar.gz
rails-2f716694f20cd19464029513fb59440fd9000840.tar.bz2
rails-2f716694f20cd19464029513fb59440fd9000840.zip
Change back occurrences of SQLite(3) to sqlite3 when referring to the
adapter, fixed from #16057 [ci skip]
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 5a919fde39..c33a4ed192 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*