From 3e05ccb9b7950e268c17d8ad78c061dc0657e1ce Mon Sep 17 00:00:00 2001 From: Martin D Date: Thu, 27 Mar 2014 12:12:28 -0400 Subject: [PATCH] Fix link to the HtmlEditorField API page Closes #2990 --- docs/en/reference/form-field-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/form-field-types.md b/docs/en/reference/form-field-types.md index 3d45812fc..5aeef002f 100644 --- a/docs/en/reference/form-field-types.md +++ b/docs/en/reference/form-field-types.md @@ -28,7 +28,7 @@ This is a highlevel overview of available `[api:FormField]` subclasses. An autom * `[api:DatetimeField]`: Combined date- and time field. * `[api:EmailField]`: Text input field with validation for correct email format according to RFC 2822. * `[api:GroupedDropdownField]`: Grouped dropdown, using tags. - * `[api:HTMLEditorField]. + * `[api:HtmlEditorField]`. * `[api:MoneyField]`: A form field that can save into a `[api:Money]` database field. * `[api:NumericField]`: Text input field with validation for numeric values. * `[api:OptionsetField]`: Set of radio buttons designed to emulate a dropdown.