diff --git a/demos/aside/index.ts b/demos/aside/index.ts
index 126d3a0ffa..9229b217de 100644
--- a/demos/aside/index.ts
+++ b/demos/aside/index.ts
@@ -24,9 +24,9 @@ class E2EApp {
];
}
- openPage(aside, page) {
- // close the menu when clicking a link from the aside
- aside.close();
+ openPage(menu, page) {
+ // close the menu when clicking a link from the menu
+ menu.close();
// Reset the content nav to have just this page
// we wouldn't want the back button to show in this scenario
diff --git a/demos/aside/main.html b/demos/aside/main.html
index 4126d006dd..9d00a71b6a 100644
--- a/demos/aside/main.html
+++ b/demos/aside/main.html
@@ -1,4 +1,4 @@
-
-
-
- Asides, also known as side menus or "hamburger" menus (mmmmm), are menus that slide - or swipe in to show menus or information. + Menus slide or swipe in to show more information.
Try it! Just swipe from the left edge of the screen to the right to expose @@ -26,7 +25,7 @@ import {SinkPage} from '../sink-page';
-
-
-
-
-
-