aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRory O’Kane <rory@roryokane.com>2016-11-29 16:46:10 -0500
committerGitHub <noreply@github.com>2016-11-29 16:46:10 -0500
commit4c0c7cba2b112765ac9e515e353c7daadffd3d8a (patch)
tree222ea36332117e7808222a77fea7912bd63e0293 /guides
parent7b583767498a14eb58f695952944b3710278f03c (diff)
downloadrails-4c0c7cba2b112765ac9e515e353c7daadffd3d8a.tar.gz
rails-4c0c7cba2b112765ac9e515e353c7daadffd3d8a.tar.bz2
rails-4c0c7cba2b112765ac9e515e353c7daadffd3d8a.zip
Fix typo in Rails 5.0 release notes – “when when”
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index a98f7be067..39753cbd6f 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -585,7 +585,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
gem. ([Pull Request](https://github.com/rails/rails/pull/21161))
* Removed support for the legacy `mysql` database adapter from core. Most users should
- be able to use `mysql2`. It will be converted to a separate gem when when we find someone
+ be able to use `mysql2`. It will be converted to a separate gem when we find someone
to maintain it. ([Pull Request 1](https://github.com/rails/rails/pull/22642),
[Pull Request 2](https://github.com/rails/rails/pull/22715))