aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-05-11 17:57:13 +0200
committerGitHub <noreply@github.com>2019-05-11 17:57:13 +0200
commite3f692e5f62f78b62328d33577dea831b854c70d (patch)
treef501399e46f28a579c43796ab949cf013ec6914a /guides
parent3939bd43be5181a3b9cc1c4c53180cccf1ce83db (diff)
parent1d3083210d9c472128acac7978dda47d07868cab (diff)
downloadrails-e3f692e5f62f78b62328d33577dea831b854c70d.tar.gz
rails-e3f692e5f62f78b62328d33577dea831b854c70d.tar.bz2
rails-e3f692e5f62f78b62328d33577dea831b854c70d.zip
Merge pull request #36248 from vishaltelangre/patch-7
[ci skip] Mime -> MIME
Diffstat (limited to 'guides')
-rw-r--r--guides/source/6_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index c0a020ba31..1f95d3b941 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -305,7 +305,7 @@ Please refer to the [Changelog][action-view] for detailed changes.
* Move all of the Rails npm packages into a `@rails` scope.
([Pull Request](https://github.com/rails/rails/pull/34905))
-* Only accept formats from registered Mime types.
+* Only accept formats from registered MIME types.
([Pull Request](https://github.com/rails/rails/pull/35604), [Pull Request](https://github.com/rails/rails/pull/35753))
* Add allocations to the template and partial rendering server output.