aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-11-09 14:28:28 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-11-09 14:28:28 +0900
commit69f0b49ca59b494358b4f602591d76c9122fc1eb (patch)
tree0e1803e14bbd38fe8aeb843205c903efa15a8346 /actionview
parent1f8cc53689ead6befbbb6d8d7436596270738ff3 (diff)
downloadrails-69f0b49ca59b494358b4f602591d76c9122fc1eb.tar.gz
rails-69f0b49ca59b494358b4f602591d76c9122fc1eb.tar.bz2
rails-69f0b49ca59b494358b4f602591d76c9122fc1eb.zip
fix method name typo [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 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*