typo
diff --git a/user_guide_src/source/helpers/form_helper.rst b/user_guide_src/source/helpers/form_helper.rst
index 95db51d..4cb0cfd 100644
--- a/user_guide_src/source/helpers/form_helper.rst
+++ b/user_guide_src/source/helpers/form_helper.rst
@@ -109,7 +109,7 @@
<input type="hidden" name="url" value="http://example.com" />
*/
-Or pass an associative array to the values field.
+Or pass an associative array to the value field.
::
@@ -134,7 +134,7 @@
$data = array(
'type' => 'hidden',
- 'name' => 'email'
+ 'name' => 'email',
'id' => 'hiddenemail',
'value' => 'john@example.com',
'class' => 'hiddenemail'