From 7cb6104a59eaad64c3d1a56f3b082e21839cd08d Mon Sep 17 00:00:00 2001 From: Mario Yordanov Date: Tue, 17 Dec 2024 14:52:46 +0200 Subject: [PATCH] fix: typo in input number component content child incrementbuttonicon (#17036) --- packages/primeng/src/inputnumber/inputnumber.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/primeng/src/inputnumber/inputnumber.ts b/packages/primeng/src/inputnumber/inputnumber.ts index 7d0fcf97859..86a92039eb5 100644 --- a/packages/primeng/src/inputnumber/inputnumber.ts +++ b/packages/primeng/src/inputnumber/inputnumber.ts @@ -451,10 +451,10 @@ export class InputNumber extends BaseComponent implements OnInit, AfterContentIn */ @ContentChild('clearicon', { descendants: false }) clearIconTemplate: Nullable>; /** - * Template of the icrement button icon. + * Template of the increment button icon. * @group Templates */ - @ContentChild('icrementbuttonicon', { descendants: false }) incrementButtonIconTemplate: Nullable>; + @ContentChild('incrementbuttonicon', { descendants: false }) incrementButtonIconTemplate: Nullable>; /** * Template of the decrement button icon.