Skip to content

Commit

Permalink
Merge pull request #14828 from uebelmar/master
Browse files Browse the repository at this point in the history
Fixed #14827 - pInputNumber Bad Typo in Doc
  • Loading branch information
cetincakiroglu authored Feb 23, 2024
2 parents 246db5a + 0cd9ac5 commit be32d00
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 InputNumberPrefixSuffixDemo {
value1: number = 20;
value2: number = 50;
Expand Down

0 comments on commit be32d00

Please sign in to comment.