Skip to content

Commit 748a116

Browse files
authored
Merge pull request #1207 from kilavvy/master
Fix Typo and Minor Cleanup in additional-methods.js
2 parents 1dee1e1 + e748b28 commit 748a116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LLama.Web/wwwroot/lib/jquery-validation/dist/additional-methods.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ $.validator.addMethod( "bic", function( value, element ) {
153153
*
154154
* T: 1 character. Kind of Organization Letter: [ABCDEFGHJKLMNPQRSUVW]
155155
* P: 2 characters. Province.
156-
* N: 5 characters. Secuencial Number within the province.
156+
* N: 5 characters. Sequential Number within the province.
157157
* C: 1 character. Control Digit: [0-9A-J].
158158
*
159159
* [ T ]: Kind of Organizations. Possible values:
@@ -1155,4 +1155,4 @@ $.validator.addMethod( "ziprange", function( value, element ) {
11551155
return this.optional( element ) || /^90[2-5]\d\{2\}-\d{4}$/.test( value );
11561156
}, "Your ZIP-code must be in the range 902xx-xxxx to 905xx-xxxx" );
11571157
return $;
1158-
}));
1158+
}));

0 commit comments

Comments
 (0)