Skip to content

Commit

Permalink
Fix a typo: "the the" -> "the" (jquery-validation#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiliangxu authored and staabm committed Oct 16, 2018
1 parent e1f99a7 commit 1e2a9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/additional/creditcardtypes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* NOTICE: Modified version of Castle.Components.Validator.CreditCardValidator
* Redistributed under the the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
* Redistributed under the Apache License 2.0 at http://www.apache.org/licenses/LICENSE-2.0
* Valid Types: mastercard, visa, amex, dinersclub, enroute, discover, jcb, unknown, all (overrides all other settings)
*/
$.validator.addMethod( "creditcardtypes", function( value, element, param ) {
Expand Down

0 comments on commit 1e2a9ea

Please sign in to comment.