1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #24271 from vipulnsward/grammar-fix-changelog

Fixed abrupt start of sentence in changelog [ci skip]
This commit is contained in:
Yves Senn 2016-03-22 15:22:49 +01:00
commit 63f5a98bac

View file

@ -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))