diff options
| author | Xavier Noria <fxn@hashref.com> | 2019-05-11 17:57:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-11 17:57:13 +0200 |
| commit | e3f692e5f62f78b62328d33577dea831b854c70d (patch) | |
| tree | f501399e46f28a579c43796ab949cf013ec6914a | |
| parent | 3939bd43be5181a3b9cc1c4c53180cccf1ce83db (diff) | |
| parent | 1d3083210d9c472128acac7978dda47d07868cab (diff) | |
| download | rails-e3f692e5f62f78b62328d33577dea831b854c70d.tar.gz rails-e3f692e5f62f78b62328d33577dea831b854c70d.tar.bz2 rails-e3f692e5f62f78b62328d33577dea831b854c70d.zip | |
Merge pull request #36248 from vishaltelangre/patch-7
[ci skip] Mime -> MIME
| -rw-r--r-- | guides/source/6_0_release_notes.md | 2 |
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. |
