Skip to content

Commit

Permalink
Merge pull request #14008 from jacver/fix-messages-typo
Browse files Browse the repository at this point in the history
Fix closabledoc.ts typo for messages component
  • Loading branch information
cetincakiroglu authored Nov 8, 2023
2 parents 16df026 + e43f3cf commit cfa9a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/messages/closabledoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class ClosableDoc implements OnInit {
];

this.messages2 = [
{ severity: 'warn', summary: 'Waning', detail: 'Closable Message Content' },
{ severity: 'warn', summary: 'Warning', detail: 'Closable Message Content' },
{ severity: 'error', summary: 'Error', detail: 'Closable Message Content' }
];
}
Expand Down

1 comment on commit cfa9a62

@vercel
Copy link

@vercel vercel bot commented on cfa9a62 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.