aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
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*