Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Sep 28, 2023
1 parent 909df81 commit 6c273eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/showcase/doc/contextmenu/basicdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ export class BasicDoc implements OnInit {
ngOnInit() {
this.items = [
{
label: 'File',
label: '<h1>File</h1>',
icon: 'pi pi-fw pi-file',
escape: false,
items: [
{
label: 'New',
Expand Down Expand Up @@ -170,7 +171,7 @@ import { MenuItem } from 'primeng/api';
selector: 'context-menu-basic-demo',
templateUrl: './context-menu-basic-demo.html'
})
export class ContextBasicDoc implements OnInit {
export class ContextMenuBasicDemo implements OnInit {
items: MenuItem[] | undefined;
ngOnInit() {
Expand Down

1 comment on commit 6c273eb

@vercel
Copy link

@vercel vercel bot commented on 6c273eb Sep 28, 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.