aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-12-01 20:42:04 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-12-01 20:42:04 +0900
commit6b16f6db279bdbd95e8b295c9bab6760a6ff6af0 (patch)
tree6d66203e8f6b41ee5cf05ad550fe6373e4b4d41d /actionview
parent8e7b9e29a870c998ad689d3eb3add867c7547492 (diff)
downloadrails-6b16f6db279bdbd95e8b295c9bab6760a6ff6af0.tar.gz
rails-6b16f6db279bdbd95e8b295c9bab6760a6ff6af0.tar.bz2
rails-6b16f6db279bdbd95e8b295c9bab6760a6ff6af0.zip
Tweaks CHANGELOGs [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 566e30993b..f42ada0baa 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,7 +1,7 @@
* Add `preload_link_tag` helper
This helper that allows to the browser to initiate early fetch of resources
- (different to the specified in javascript_include_tag and stylesheet_link_tag).
+ (different to the specified in `javascript_include_tag` and `stylesheet_link_tag`).
Additionally, this sends Early Hints if supported by browser.
*Guillermo Iguaran*