From 9a00af34e332aefb09ab2f43c9fccd679941ff0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20G=2E=20Jord=C3=A1n?= Date: Mon, 9 Jan 2017 19:06:11 +0100 Subject: [PATCH] docs(menu): fix typos in menu-controller.ts (#9923) Typo errors. --- src/components/menu/menu-controller.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.