Skip to content

Commit

Permalink
fix(menu): correct example property usage (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoPauletti authored and nnixaa committed Feb 6, 2019
1 parent 7c78d6c commit 87ecccf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class MenuAutoCollapseComponent {
},
{
title: 'Privacy Policy',
ulr: '#', // goes directly into `href` attribute
url: '#', // goes directly into `href` attribute
},
{
title: 'Logout',
Expand All @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 87ecccf

Please sign in to comment.