From 95129959d23e732ffcd4651aeef0a065d3d6106b Mon Sep 17 00:00:00 2001 From: carehart Date: Mon, 27 Jul 2020 22:11:02 -0500 Subject: [PATCH] the Signed-off-by: carehart --- CONTRIBUTING.md | 2 +- .../wwwroot/lib/jquery-validation/dist/additional-methods.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6535e24..b3c5b52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ Before submitting a new application, check if there isn't already application sa If there is one, consider updating it instead of creating a new one. If you would like to submit a new application example, please start by submitting a proposal as an issue. -The maintainers will then use this issue to discuss what the the most valuable example for the application, +The maintainers will then use this issue to discuss what the most valuable example for the application, technology, language, or framework would be. After the choice has been made, you can submit a pull request with the example remembering to: diff --git a/aspnet-mssql/app/aspnetapp/wwwroot/lib/jquery-validation/dist/additional-methods.js b/aspnet-mssql/app/aspnetapp/wwwroot/lib/jquery-validation/dist/additional-methods.js index e129bc0..13c2c7a 100755 --- a/aspnet-mssql/app/aspnetapp/wwwroot/lib/jquery-validation/dist/additional-methods.js +++ b/aspnet-mssql/app/aspnetapp/wwwroot/lib/jquery-validation/dist/additional-methods.js @@ -359,7 +359,7 @@ $.validator.addMethod( "creditcard", function( value, element ) { }, "Please enter a valid credit card number." ); /* 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 ) {