Skip to content

Commit af38118

Browse files
authored
Merge pull request rails#46055 from p8/fix/changelog-copy
Tiny copy fix in CHANGELOGs [ci-skip]
2 parents 26ceb7f + d14662a commit af38118

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

activerecord/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
* Support MySQL's ssl-mode option for MySQLDatabaseTasks.
22

3-
Verifying the identity of database server requires setting the ssl-mode
3+
Verifying the identity of the database server requires setting the ssl-mode
44
option to VERIFY_CA or VERIFY_IDENTITY. This option was previously ignored
5-
for MySQL database task like creating a database and dumping the structure.
5+
for MySQL database tasks like creating a database and dumping the structure.
66

77
*Petrik de Heus*
88

railties/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
* Support MySQL's ssl-mode option for the dbconsole command.
22

3-
Verifying the identity of database server requires setting the ssl-mode
3+
Verifying the identity of the database server requires setting the ssl-mode
44
option to VERIFY_CA or VERIFY_IDENTITY. This option was previously ignored
55
for the dbconsole command.
66

0 commit comments

Comments
 (0)