Skip to content

Commit

Permalink
Merge pull request #14782 from SoyDiego/fix-typo-separator2
Browse files Browse the repository at this point in the history
chore: typo separator
  • Loading branch information
cetincakiroglu authored Feb 13, 2024
2 parents 8fe8f6b + 3eca007 commit 23a80a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/timeline/timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { Nullable } from 'primeng/ts-helpers';
<div class="p-timeline-event-opposite" [attr.data-pc-section]="'opposite'">
<ng-container *ngTemplateOutlet="oppositeTemplate; context: { $implicit: event }"></ng-container>
</div>
<div class="p-timeline-event-separator" [attr.data-pc-section]="'seperator'">
<div class="p-timeline-event-separator" [attr.data-pc-section]="'separator'">
<ng-container *ngIf="markerTemplate; else marker">
<ng-container *ngTemplateOutlet="markerTemplate; context: { $implicit: event }"></ng-container>
</ng-container>
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/pages/chips/chipsdemo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class ChipsDemo {
},
{
id: 'commaseparator',
label: 'Comma Seperator',
label: 'Comma Separator',
component: CommaSeparatorDoc
},
{
Expand Down

0 comments on commit 23a80a2

Please sign in to comment.