Browse Source

Update part-09.md

pull/20407/head
Yunus Emre Kalkan 2 years ago
parent
commit
52709cb64a
  1. 2
      docs/en/tutorials/book-store/part-09.md

2
docs/en/tutorials/book-store/part-09.md

@ -1206,7 +1206,7 @@ Open the `BookStoreMenuContributor.cs` in the `Acme.BookStore.Blazor.Client` pro
````csharp
if (await context.IsGrantedAsync(BookStorePermissions.Authors.Default))
{
bookStoreMenu.AddItem(new ApplicationMenuItem(
context.Menu.AddItem(new ApplicationMenuItem(
"BooksStore.Authors",
l["Menu:Authors"],
url: "/authors"

Loading…
Cancel
Save