Skip to content

Commit

Permalink
Fix Bad Typo in p-inputNumber Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
uebelmar authored Feb 17, 2024
1 parent 27065cf commit 9f9cdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/inputnumber/prefixsuffixdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import { Component } from '@angular/core';
selector: 'input-number-prefix-suffix-demo',
templateUrl: './input-number-prefix-suffix-demo.html'
})
export class InputNumberPrefiSsuffixDemo {
export class InputNumberPrefixSsuffixDemo {
value1: number = 20;
value2: number = 50;
Expand Down

0 comments on commit 9f9cdef

Please sign in to comment.