Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Sep 28, 2023
1 parent 6c273eb commit 4e3afdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/app/showcase/doc/knob/styledoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ import { Component, Input } from '@angular/core';
<td>p-knob-value</td>
<td>Value element.</td>
</tr>
<tr>
<td>p-knob-text</td>
<td>Text element.</td>
</tr>
</tbody>
</table>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/app/showcase/doc/togglebutton/styledoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ import { Component, Input } from '@angular/core';
</thead>
<tbody>
<tr>
<td>p-knob</td>
<td>p-togglebutton</td>
<td>Container element.</td>
</tr>
<tr>
<td>p-knob-text</td>
<td>p-button-icon-left</td>
<td>Text element.</td>
</tr>
<tr>
<td>p-knob-value</td>
<td>p-button-icon-right</td>
<td>Value element.</td>
</tr>
<tr>
<td>p-knob-text</td>
<td>p-button-text</td>
<td>Text element.</td>
</tr>
</tbody>
Expand Down

0 comments on commit 4e3afdf

Please sign in to comment.