diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index c5bb8fe627..60ddace7e4 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -13,7 +13,7 @@ After: link_to(action: 'bar', controller: 'foo') { content_tag(:span, 'Example site') } - # => "Example site" + # => "Example site" *Murahashi Sanemat Kenichi*