Skip to content

Commit

Permalink
Fixed #3595 - Locale: endsWith typing error on d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jan 27, 2023
1 parent 1b17013 commit f1b1cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/config/PrimeVue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ interface PrimeVueLocaleOptions {
startsWith?: string;
contains?: string;
notContains?: string;
endWith?: string;
endsWith?: string;
equals?: string;
notEquals?: string;
noFilter?: string;
Expand Down

0 comments on commit f1b1cdf

Please sign in to comment.