aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-09-17 16:30:47 +0200
committerYves Senn <yves.senn@gmail.com>2015-09-17 16:30:47 +0200
commit9ef7b2d4ccab8a6a774dae9e22112652246c8b91 (patch)
tree121b190538f0b2dd0433c04f2fae231b86c75366 /actionview
parent9feda8f21186e61d90373c8927ff7316c6db8e58 (diff)
parent30eabcb9216ca31ddc6169dc01839672f86d8ce2 (diff)
downloadrails-9ef7b2d4ccab8a6a774dae9e22112652246c8b91.tar.gz
rails-9ef7b2d4ccab8a6a774dae9e22112652246c8b91.tar.bz2
rails-9ef7b2d4ccab8a6a774dae9e22112652246c8b91.zip
Merge pull request #21651 from shingo-nakanishi/fixed_docs
Fixed helpers submit button Examples [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/helpers/form_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb
index 3a9acafaa2..ebf5ea5b77 100644
--- a/actionview/lib/action_view/helpers/form_helper.rb
+++ b/actionview/lib/action_view/helpers/form_helper.rb
@@ -1880,7 +1880,7 @@ module ActionView
# create: "Add %{model}"
#
# ==== Examples
- # button("Create a post")
+ # button("Create post")
# # => <button name='button' type='submit'>Create post</button>
#
# button do