From 61075cb79c60ee11fb9050b1a39fa8dcbcd0d71d Mon Sep 17 00:00:00 2001 From: Andreas Maierhofer Date: Thu, 15 Dec 2016 14:16:52 +0100 Subject: Add missing spaces to button_tag api doc [ci skip] (#27369) --- actionview/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib/action_view/helpers/form_tag_helper.rb') diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb index 7bd473507b..ffc52569f2 100644 --- a/actionview/lib/action_view/helpers/form_tag_helper.rb +++ b/actionview/lib/action_view/helpers/form_tag_helper.rb @@ -461,7 +461,7 @@ module ActionView end # Creates a button element that defines a submit button, - # resetbutton or a generic button which can be used in + # reset button or a generic button which can be used in # JavaScript, for example. You can use the button tag as a regular # submit tag but it isn't supported in legacy browsers. However, # the button tag does allow for richer labels such as images and emphasis, -- cgit v1.2.3