Add missing # [ci skip]

This commit is contained in:
Ryuta Kamizono 2021-11-15 14:23:12 +09:00
parent ab60159bc2
commit 26e89c7f95

@ -247,7 +247,7 @@ def method_missing(called, *args, **options, &block)
# # => <input type="text" aria-label="Search">
#
# <button <%= tag.attributes id: "call-to-action", disabled: false, aria: { expanded: false } %> class="primary">Get Started!</button>
# => <button id="call-to-action" aria-expanded="false" class="primary">Get Started!</button>
# # => <button id="call-to-action" aria-expanded="false" class="primary">Get Started!</button>
#
# === Legacy syntax
#