Skip to content

Commit

Permalink
refactor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 22, 2023
1 parent ba48a1f commit 2419786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV
*/
@Input() ariaFilterLabel: string | undefined;
/**
* Used to define a string that autocomplete attribute the current element.
* Used to define a aria label attribute the current element.
* @group Props
*/
@Input() ariaLabel: string | undefined;
Expand Down

0 comments on commit 2419786

Please sign in to comment.