Skip to content

Commit 031ce1f

Browse files
committed
Merge pull request rails#13258 from semaperepelitsa/docs
Fix typo in docs, missing colon in Symbol literal
2 parents dbe6a8b + 1cd9650 commit 031ce1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/form_tag_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def submit_tag(value = "Save changes", options = {})
465465
# # <strong>Ask me!</strong>
466466
# # </button>
467467
#
468-
# button_tag "Checkout", data: { disable_with => "Please wait..." }
468+
# button_tag "Checkout", data: { :disable_with => "Please wait..." }
469469
# # => <button data-disable-with="Please wait..." name="button" type="submit">Checkout</button>
470470
#
471471
def button_tag(content_or_options = nil, options = nil, &block)

0 commit comments

Comments
 (0)