Skip to content

Commit 5b0a92d

Browse files
authored
Fixed a typo
1 parent 28a1eae commit 5b0a92d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/files/javascript/validate-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ semantic.validateForm.ready = function() {
5454
identifier : 'skills',
5555
rules: [
5656
{
57-
type : 'minCount[1]',
57+
type : 'minCount[2]',
5858
prompt : 'Please select at least two skills'
5959
}
6060
]

0 commit comments

Comments
 (0)