aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman@gmail.com>2015-11-09 00:19:35 -0600
committerRichard Schneeman <richard.schneeman@gmail.com>2015-11-09 00:19:35 -0600
commit823d3a8de0ccfe2301e51ac1e06e106035edb8e6 (patch)
tree0e1803e14bbd38fe8aeb843205c903efa15a8346 /actionview/CHANGELOG.md
parent1f8cc53689ead6befbbb6d8d7436596270738ff3 (diff)
parent69f0b49ca59b494358b4f602591d76c9122fc1eb (diff)
downloadrails-823d3a8de0ccfe2301e51ac1e06e106035edb8e6.tar.gz
rails-823d3a8de0ccfe2301e51ac1e06e106035edb8e6.tar.bz2
rails-823d3a8de0ccfe2301e51ac1e06e106035edb8e6.zip
Merge pull request #22230 from y-yagi/fix_method_name_typo
fix method name typo [ci skip]
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 1db37033b7..bb1103b173 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Allow `host` option in `javascript_include_tag` and `stylesheet_tag` helpers
+* Allow `host` option in `javascript_include_tag` and `stylesheet_link_tag` helpers
*Grzegorz Witek*