Skip to content

Commit

Permalink
Merge pull request primefaces#13556 from Aniruddha-Shriwant/master
Browse files Browse the repository at this point in the history
docs: fix incorrect class names for ProgressSpinner
  • Loading branch information
gucal authored Aug 28, 2023
2 parents 7cc9946 + 95325a2 commit ac736bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/doc/progressspinner/styledoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ import { Component, Input } from '@angular/core';
<td>Container element.</td>
</tr>
<tr>
<td>p-progress-circle</td>
<td>p-progress-spinner-svg</td>
<td>SVG element.</td>
</tr>
<tr>
<td>p-progress-path</td>
<td>p-progress-spinner-circle</td>
<td>Circle element.</td>
</tr>
</tbody>
Expand Down

0 comments on commit ac736bc

Please sign in to comment.