Skip to content

Commit

Permalink
fix: typo in input number component content child incrementbuttonicon (
Browse files Browse the repository at this point in the history
  • Loading branch information
mariovyord authored Dec 17, 2024
1 parent 908e5b2 commit 7cb6104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/primeng/src/inputnumber/inputnumber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,10 @@ export class InputNumber extends BaseComponent implements OnInit, AfterContentIn
*/
@ContentChild('clearicon', { descendants: false }) clearIconTemplate: Nullable<TemplateRef<any>>;
/**
* Template of the icrement button icon.
* Template of the increment button icon.
* @group Templates
*/
@ContentChild('icrementbuttonicon', { descendants: false }) incrementButtonIconTemplate: Nullable<TemplateRef<any>>;
@ContentChild('incrementbuttonicon', { descendants: false }) incrementButtonIconTemplate: Nullable<TemplateRef<any>>;

/**
* Template of the decrement button icon.
Expand Down

0 comments on commit 7cb6104

Please sign in to comment.