Skip to content

Commit fcdcc51

Browse files
authored
Merge pull request #211 from nkconnor/patch-1
Fix syntax error in form behavior example
2 parents 91379ee + 8bb7fec commit fcdcc51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/behaviors/form.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ type : 'UI Behavior'
232232
<p>If you need to specify a different identifier you can use the <code>identifier</code> property on each validation rule</p>
233233
<div class="ignored code">
234234
$('.ui.form')
235-
.form(
235+
.form({
236236
fields: {
237237
name: {
238238
identifier : 'special-name',

0 commit comments

Comments
 (0)