From 28f102d93c9a34b195a514e504e1e66068ebbc30 Mon Sep 17 00:00:00 2001 From: Michiel Vugteveen Date: Mon, 12 Mar 2012 16:08:03 +0100 Subject: typo --- user_guide_src/source/helpers/form_helper.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/helpers/form_helper.rst b/user_guide_src/source/helpers/form_helper.rst index 95db51d37..4cb0cfd38 100644 --- a/user_guide_src/source/helpers/form_helper.rst +++ b/user_guide_src/source/helpers/form_helper.rst @@ -109,7 +109,7 @@ Or you can submit an associative array to create multiple fields */ -Or pass an associative array to the values field. +Or pass an associative array to the value field. :: @@ -134,7 +134,7 @@ If you want to create hidden input fields with extra attributes $data = array( 'type'        => 'hidden', - 'name' => 'email' + 'name'        => 'email', 'id'          => 'hiddenemail', 'value'       => 'john@example.com', 'class'       => 'hiddenemail' -- cgit v1.2.3-24-g4f1b