aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--guides/source/5_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index e02058c66d..a868c5f856 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -370,7 +370,7 @@ Please refer to the [Changelog][action-mailer] for detailed changes.
([Pull Request](https://github.com/rails/rails/pull/18587))
* Added support for fragment caching in Action Mailer views.
- Along with `config.action_mailer.perform_caching` to determine
+ Added new config option `config.action_mailer.perform_caching` to determine
whether your templates should perform caching or not.
([Pull Request](https://github.com/rails/rails/pull/22825))