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 3fb2d43 commit 4978ee2Copy full SHA for 4978ee2
src/components/menu/menu.ts
@@ -41,7 +41,7 @@ import { RootNode } from '../split-pane/split-pane';
41
* <ion-nav #mycontent [root]="rootPage"></ion-nav>
42
* ```
43
*
44
- * To add a menu to an app, the `<ion-menu>` element should be added as a sibling to the `ion-nav` it will belongs
+ * To add a menu to an app, the `<ion-menu>` element should be added as a sibling to the `ion-nav` it will belong
45
* to. A [local variable](https://angular.io/docs/ts/latest/guide/user-input.html#local-variables)
46
* should be added to the `ion-nav` and passed to the `ion-menu`s `content` property.
47
0 commit comments