[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
This commit is contained in:
Vishal Telangre 2019-05-11 20:48:42 +05:30 committed by GitHub
parent e8350663ad
commit 1d3083210d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.