From 7f5c35790cb9a324da0132292dcf4019934e67b0 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Mon, 24 Sep 2018 18:45:26 +0200 Subject: [PATCH] docs(menu-controler): fix typo (#15669) --- angular/BREAKING.md | 2 +- angular/src/providers/menu-controller.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/angular/BREAKING.md b/angular/BREAKING.md index f17ea97043..3e3c1beee8 100644 --- a/angular/BREAKING.md +++ b/angular/BREAKING.md @@ -314,7 +314,7 @@ Content is now a drop-in replacement for `ion-scroll`, that means `ion-content` ### 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 diff --git a/angular/src/providers/menu-controller.ts b/angular/src/providers/menu-controller.ts index 5b5475657e..6f68232c2c 100644 --- a/angular/src/providers/menu-controller.ts +++ b/angular/src/providers/menu-controller.ts @@ -6,7 +6,7 @@ const CTRL = 'ion-menu-controller'; export class MenuController { /** - * Programatically open the Menu. + * Programmatically open the Menu. * @param [menuId] Optionally get the menu by its id, or side. * @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` * is given then it'll close that exact menu. * @param [menuId] Optionally get the menu by its id, or side.