Skip to content

Commit d2d8d54

Browse files
committed
Merge branch 'next' of github.com:Semantic-Org/Semantic-UI-Docs into next
2 parents 62fb05c + 7f478da commit d2d8d54

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
@@ -321,7 +321,7 @@ type : 'UI Behavior'
321321
if( $('.ui.form').form('is valid', 'email')) {
322322
// email is valid
323323
}
324-
if( $('.ui.form').form('is valid') {
324+
if( $('.ui.form').form('is valid')) {
325325
// form is valid (both email and name)
326326
}
327327
</div>

0 commit comments

Comments
 (0)