From b4324a6fb2953bf0371b858c983b6facd69e3ca9 Mon Sep 17 00:00:00 2001 From: Nick Busey Date: Thu, 8 Sep 2016 10:05:17 -0600 Subject: [PATCH] Missing apostrophe. Sorry :/ --- en/views/helpers/form.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/views/helpers/form.rst b/en/views/helpers/form.rst index 4b85696f5e..b11742ff05 100644 --- a/en/views/helpers/form.rst +++ b/en/views/helpers/form.rst @@ -1697,7 +1697,7 @@ specify the generated fields by including them:: echo $this->Form->inputs([ 'name', - 'email + 'email' ]); You can customize the legend text using an option::