Skip to content

Commit 545564e

Browse files
committed
fixed form api docs
1 parent 91360ae commit 545564e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/100-components/form.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,9 +860,9 @@ def form_config
860860
#[...]
861861
errors: {
862862
wrapper: { tag: :div, class: 'my-errors' },
863-
input: { class: 'my-error' },
864863
tag: :div,
865-
class: 'my-field-error'
864+
class: 'my-error',
865+
input: { class: 'my-field-error' }
866866
}
867867
}
868868
```

0 commit comments

Comments
 (0)