Skip to content

Commit

Permalink
the
Browse files Browse the repository at this point in the history
Signed-off-by: carehart <charlie@carehart.org>
  • Loading branch information
carehart committed Jul 28, 2020
1 parent 72bc6b1 commit 9512995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 9512995

Please sign in to comment.