docs(menu): fix typos in menu-controller.ts (#9923)

Typo errors.
This commit is contained in:
Juan G. Jordán
2017-01-09 19:06:11 +01:00
committed by Brandy Carney
parent 755524abc7
commit 9a00af34e3

View File

@ -120,7 +120,7 @@ export class MenuController {
private _menus: Array<Menu> = [];
/**
* Progamatically open the Menu.
* Programatically open the Menu.
* @param {string} [menuId] Optionally get the menu by its id, or side.
* @return {Promise} returns a promise when the menu is fully opened
*/
@ -137,7 +137,7 @@ export class MenuController {
}
/**
* Progamatically close the Menu. If no `menuId` is given as the first
* Programatically close the Menu. If no `menuId` is given as the first
* argument then it'll close any menu which is open. If a `menuId`
* is given then it'll close that exact menu.
* @param {string} [menuId] Optionally get the menu by its id, or side.