aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorPete Nicholls <pn@trineo.co.nz>2019-06-05 21:00:23 +1200
committerGitHub <noreply@github.com>2019-06-05 21:00:23 +1200
commit67a7a08cd9354fa60f44a3cb6dd4d2355b87710d (patch)
treeb2204fb19fe9f7a4e0f1d45116e5f7ef310c7bdb /guides/source
parent35a0fba187dc6a09d9f61336152158da238da444 (diff)
downloadrails-67a7a08cd9354fa60f44a3cb6dd4d2355b87710d.tar.gz
rails-67a7a08cd9354fa60f44a3cb6dd4d2355b87710d.tar.bz2
rails-67a7a08cd9354fa60f44a3cb6dd4d2355b87710d.zip
6.0 release notes: fix typo
An unfinished parenthetical.
Diffstat (limited to 'guides/source')
-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 e421ae1ac7..c826b19f1a 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -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: [ … ])`.