mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
docs(menu-controler): fix typo (#15669)
This commit is contained in:
@ -314,7 +314,7 @@ Content is now a drop-in replacement for `ion-scroll`, that means `ion-content`
|
|||||||
|
|
||||||
### resize() was removed
|
### resize() was removed
|
||||||
|
|
||||||
In Ionic 4, `ion-content` layout is based in flex, that means their size will automatically adjust without requiring to call resize() programatically.
|
In Ionic 4, `ion-content` layout is based in flex, that means their size will automatically adjust without requiring to call resize() programmatically.
|
||||||
|
|
||||||
|
|
||||||
### Attributes Renamed
|
### Attributes Renamed
|
||||||
|
@ -6,7 +6,7 @@ const CTRL = 'ion-menu-controller';
|
|||||||
export class MenuController {
|
export class MenuController {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Programatically open the Menu.
|
* Programmatically open the Menu.
|
||||||
* @param [menuId] Optionally get the menu by its id, or side.
|
* @param [menuId] Optionally get the menu by its id, or side.
|
||||||
* @return returns a promise when the menu is fully opened
|
* @return returns a promise when the menu is fully opened
|
||||||
*/
|
*/
|
||||||
@ -16,7 +16,7 @@ export class MenuController {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Programatically close the Menu. If no `menuId` is given as the first
|
* Programmatically close the Menu. If no `menuId` is given as the first
|
||||||
* argument then it'll close any menu which is open. If a `menuId`
|
* argument then it'll close any menu which is open. If a `menuId`
|
||||||
* is given then it'll close that exact menu.
|
* is given then it'll close that exact menu.
|
||||||
* @param [menuId] Optionally get the menu by its id, or side.
|
* @param [menuId] Optionally get the menu by its id, or side.
|
||||||
|
Reference in New Issue
Block a user