From 5f08ea3e6a09e49e54aea5b7e47751ee0c507061 Mon Sep 17 00:00:00 2001 From: Stephen Shkardoon Date: Mon, 18 Mar 2013 14:37:26 +1300 Subject: [PATCH] Fix minor formatting issues Extra spaces in front of Action. Removed the out of place text on GridField (is that meant to be a link or what?) Missing a period on the end of some entries. --- docs/en/reference/form-field-types.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/en/reference/form-field-types.md b/docs/en/reference/form-field-types.md index e37d33e5b..3d45812fc 100644 --- a/docs/en/reference/form-field-types.md +++ b/docs/en/reference/form-field-types.md @@ -9,23 +9,23 @@ This is a highlevel overview of available `[api:FormField]` subclasses. An autom * `[api:ReadonlyField]`: Read-only field to display a non-editable value with a label. * `[api:TextareaField]`: Multi-line text field. * `[api:TextField]`: Single-line text field. - * `[api:PasswordField]`: Masked input field + * `[api:PasswordField]`: Masked input field. - ## Actions +## Actions * `[api:FormAction]`: Button element for forms, both for `` and `