mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[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:
parent
e8350663ad
commit
1d3083210d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue