diff --git a/src/playground/with-layout/menu/menu-autocollapse.component.ts b/src/playground/with-layout/menu/menu-autocollapse.component.ts index 2e91a21d85..5a1d3180a5 100644 --- a/src/playground/with-layout/menu/menu-autocollapse.component.ts +++ b/src/playground/with-layout/menu/menu-autocollapse.component.ts @@ -25,7 +25,7 @@ export class MenuAutoCollapseComponent { }, { title: 'Privacy Policy', - ulr: '#', // goes directly into `href` attribute + url: '#', // goes directly into `href` attribute }, { title: 'Logout', @@ -42,7 +42,7 @@ export class MenuAutoCollapseComponent { }, { title: 'Second Product', - ulr: '#', // goes directly into `href` attribute + url: '#', // goes directly into `href` attribute }, { title: 'Third Product', @@ -59,7 +59,7 @@ export class MenuAutoCollapseComponent { }, { title: 'Second Order', - ulr: '#', // goes directly into `href` attribute + url: '#', // goes directly into `href` attribute }, { title: 'Third Order',