aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
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*