aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorAndreas Maierhofer <a.maierhofer@gmail.com>2016-12-15 14:16:52 +0100
committerVipul A M <vipulnsward@gmail.com>2016-12-15 18:46:52 +0530
commit61075cb79c60ee11fb9050b1a39fa8dcbcd0d71d (patch)
treee8668ee5a63b100ba85349169533a283d92ce270 /actionview
parent1f0fe334f577479ad524cb990bef4454585857c0 (diff)
downloadrails-61075cb79c60ee11fb9050b1a39fa8dcbcd0d71d.tar.gz
rails-61075cb79c60ee11fb9050b1a39fa8dcbcd0d71d.tar.bz2
rails-61075cb79c60ee11fb9050b1a39fa8dcbcd0d71d.zip
Add missing spaces to button_tag api doc [ci skip] (#27369)
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/form_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
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 <tt>submit</tt> button,
- # <tt>reset</tt>button or a generic button which can be used in
+ # <tt>reset</tt> 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,