diff options
author | Zachary Scott <e@zzak.io> | 2014-07-06 11:41:31 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-07-06 11:41:31 -0700 |
commit | 2cda0aff3051bd84c5f3596174cf4d7f1999050a (patch) | |
tree | d51d9c251182ade892991a169f049ee38b741288 /railties | |
parent | faf7e39744ee1adf0e581ed0278234173c5bd771 (diff) | |
parent | ddad32978d480235c7b01ae42edc667b45a396cb (diff) | |
download | rails-2cda0aff3051bd84c5f3596174cf4d7f1999050a.tar.gz rails-2cda0aff3051bd84c5f3596174cf4d7f1999050a.tar.bz2 rails-2cda0aff3051bd84c5f3596174cf4d7f1999050a.zip |
Merge pull request #16057 from akshay-vishnoi/doc_change
[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* |