aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
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..8c7ba8814e 100644
--- a/actionview/lib/action_view/helpers/form_helper.rb
+++ b/actionview/lib/action_view/helpers/form_helper.rb
@@ -1881,7 +1881,7 @@ module ActionView
#
# ==== Examples
# button("Create a post")
- # # => <button name='button' type='submit'>Create post</button>
+ # # => <button name='button' type='submit'>Add post</button>
#
# button do
# content_tag(:strong, 'Ask me!')