Skip to content

Commit 26e89c7

Browse files
committed
Add missing # [ci skip]
1 parent ab60159 commit 26e89c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/tag_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def method_missing(called, *args, **options, &block)
247247
# # => <input type="text" aria-label="Search">
248248
#
249249
# <button <%= tag.attributes id: "call-to-action", disabled: false, aria: { expanded: false } %> class="primary">Get Started!</button>
250-
# => <button id="call-to-action" aria-expanded="false" class="primary">Get Started!</button>
250+
# # => <button id="call-to-action" aria-expanded="false" class="primary">Get Started!</button>
251251
#
252252
# === Legacy syntax
253253
#

0 commit comments

Comments
 (0)