aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Telangre <the@vishaltelangre.com>2019-05-11 20:48:42 +0530
committerGitHub <noreply@github.com>2019-05-11 20:48:42 +0530
commit1d3083210d9c472128acac7978dda47d07868cab (patch)
treedf18fe1e6e9272cb9ba095d5659222ddbd33fe09
parente8350663ad7c4bd9f8f724d0e82b2a48f5acfee4 (diff)
downloadrails-1d3083210d9c472128acac7978dda47d07868cab.tar.gz
rails-1d3083210d9c472128acac7978dda47d07868cab.tar.bz2
rails-1d3083210d9c472128acac7978dda47d07868cab.zip
[ci skip] Mime -> MIME
The correct word is `MIME` which is an acronym which stands for `Multipurpose Internet Mail Extensions`. Reference: https://en.wikipedia.org/wiki/MIME
-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 cb3ea7737c..d26bdd656b 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.