Skip to content

Commit

Permalink
6.0 release notes: fix typo
Browse files Browse the repository at this point in the history
An unfinished parenthetical.
  • Loading branch information
Aupajo committed Jun 5, 2019
1 parent 35a0fba commit 67a7a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/6_0_release_notes.md
Expand Up @@ -686,7 +686,7 @@ Please refer to the [Changelog][active-storage] for detailed changes.

* Use the `image_processing` gem for Active Storage variants. This replaces using
`mini_magick` directly.
([Pull Request](https://github.com/rails/rails/pull/32471)
([Pull Request](https://github.com/rails/rails/pull/32471))

* Replace existing images instead of adding to them when updating an
attached model via `update` or `update!` with, say, `@user.update!(images: [ … ])`.
Expand Down

0 comments on commit 67a7a08

Please sign in to comment.