aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-06-05 11:13:24 +0200
committerGitHub <noreply@github.com>2019-06-05 11:13:24 +0200
commitb159cfc414cd2df0a43d14380745ff30000a68d0 (patch)
treeb2204fb19fe9f7a4e0f1d45116e5f7ef310c7bdb
parent35a0fba187dc6a09d9f61336152158da238da444 (diff)
parent67a7a08cd9354fa60f44a3cb6dd4d2355b87710d (diff)
downloadrails-b159cfc414cd2df0a43d14380745ff30000a68d0.tar.gz
rails-b159cfc414cd2df0a43d14380745ff30000a68d0.tar.bz2
rails-b159cfc414cd2df0a43d14380745ff30000a68d0.zip
Merge pull request #36415 from Aupajo/patch-1
Guides 6.0 release notes: fix typo
-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: [ … ])`.