Skip to content

Commit

Permalink
chore: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Dec 15, 2022
1 parent d419b7b commit 12fe549
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ describe(`PrimitiveTextfield`, () => {
<tui-primitive-textfield
id="test2"
[tuiTextfieldFiller]="'filler'"
[postfix]="'post'"
[tuiTextfieldPostfix]="'post'"
[value]="'value'"
[pseudoFocus]="true"
></tui-primitive-textfield>
<tui-primitive-textfield
id="test3"
[postfix]="'post'"
[tuiTextfieldPostfix]="'post'"
[value]="'value'"
></tui-primitive-textfield>
<tui-primitive-textfield id="test4"></tui-primitive-textfield>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@
documentationPropertyType="string"
[(documentationPropertyValue)]="documentedComponent.filler"
>
Gray background text as a hint (e.g. HH:MM:SS for time)
Pale text suggestion for input (e.g. HH:MM:SS for time)
</ng-template>
</tui-doc-documentation>
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
[documentationPropertyDeprecated]="true"
[(documentationPropertyValue)]="filler"
>
Gray background text as a hint (e.g. HH:MM:SS for time). Use
Pale text suggestion for input (e.g. HH:MM:SS for time). Use
<code>tuiTextfieldFiller</code>
instead
</ng-template>
Expand Down

0 comments on commit 12fe549

Please sign in to comment.