From ac67d1126fc1d225571f88288e16201b90ccd0ae Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Fri, 2 May 2014 10:11:53 +0200 Subject: Form_tag_helper grammar fix [skip ci] --- actionview/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb index 1f931a300d..10dcb5c28c 100644 --- a/actionview/lib/action_view/helpers/form_tag_helper.rb +++ b/actionview/lib/action_view/helpers/form_tag_helper.rb @@ -84,7 +84,7 @@ module ActionView # * :disabled - If set to true, the user will not be able to use this input. # * :include_blank - If set to true, an empty option will be created. # * :prompt - Create a prompt option with blank value and the text asking user to select something. - # * :selected - Provide a default selected value. The value provided should be the exact type the options are provided. + # * :selected - Provide a default selected value. It should be of the exact type as the provided options. # * Any other key creates standard HTML attributes for the tag. # # ==== Examples -- cgit v1.2.3