Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk authored Sep 4, 2024
1 parent 4456611 commit 77a62e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1526,8 +1526,8 @@ export class ValidationService {
/**
* Unhighlight valid element by removing errorClass CSS class and adding validClass CSS class
* @param input Element to modify
* @param errorClass Class to add
* @param validClass Class to remove
* @param errorClass Class to remove
* @param validClass Class to add
*/
unhighlight(input: ValidatableElement, errorClass: string, validClass: string) {
this.swapClasses(input, validClass, errorClass);
Expand Down

0 comments on commit 77a62e6

Please sign in to comment.