We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07723ff commit 76407c7Copy full SHA for 76407c7
components/drawer/navigation.md
@@ -14,7 +14,7 @@ The Drawer is a different kind of a [menu]({%slug components/menu/overview%}) th
14
15
To use the Drawer for navigating between pages:
16
17
-* Add the Drawer to the `MainLayot.razor` of your app.
+* Add the Drawer to the `MainLayout.razor` of your app.
18
* Put the `@Body` tag in the `<DrawerContent>` tag of the drawer.
19
* Provide a collection of models that describe the pages you want the user to navigate to.
20
0 commit comments