Skip to content

Commit ab07d0a

Browse files
authored
Update additional-methods.js
1 parent ace6a49 commit ab07d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ $.validator.addMethod( "cifES", function( value, element ) {
257257
}, "Please specify a valid CIF number." );
258258

259259
/*
260-
* Brazillian CPF number (Cadastrado de Pessoas Físicas) is the equivalent of a Brazilian tax registration number.
260+
* Brazilian CPF number (Cadastrado de Pessoas Físicas) is the equivalent of a Brazilian tax registration number.
261261
* CPF numbers have 11 digits in total: 9 numbers followed by 2 check numbers that are being used for validation.
262262
*/
263263
$.validator.addMethod( "cpfBR", function( value ) {

0 commit comments

Comments
 (0)