Skip to content

Commit 76407c7

Browse files
authored
docs(drawer): Fix a typo
1 parent 07723ff commit 76407c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drawer/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Drawer is a different kind of a [menu]({%slug components/menu/overview%}) th
1414

1515
To use the Drawer for navigating between pages:
1616

17-
* Add the Drawer to the `MainLayot.razor` of your app.
17+
* Add the Drawer to the `MainLayout.razor` of your app.
1818
* Put the `@Body` tag in the `<DrawerContent>` tag of the drawer.
1919
* Provide a collection of models that describe the pages you want the user to navigate to.
2020

0 commit comments

Comments
 (0)