diff options
Diffstat (limited to 'management/editor/elements.go')
-rw-r--r-- | management/editor/elements.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/management/editor/elements.go b/management/editor/elements.go index 9b35c65..75c37e2 100644 --- a/management/editor/elements.go +++ b/management/editor/elements.go @@ -325,7 +325,7 @@ func Checkbox(fieldName string, p interface{}, attrs, options map[string]string) } } - // create a *element manually using the maodified tagNameFromStructFieldMulti + // create a *element manually using the modified tagNameFromStructFieldMulti // func since this is for a multi-value name input := &element{ TagName: "input", |