diff --git a/src/components/menu/menu-controller.ts b/src/components/menu/menu-controller.ts index 235e5e9b82..e84c9a6af7 100644 --- a/src/components/menu/menu-controller.ts +++ b/src/components/menu/menu-controller.ts @@ -120,7 +120,7 @@ export class MenuController { private _menus: Array = []; /** - * 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.