From 3fede13c94f5e359ba320f67351da7ae40fff26d Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Mon, 12 May 2014 17:34:42 +0300 Subject: [PATCH] docs($ionicSlideBox): fix typo --- js/angular/service/slideBoxDelegate.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/angular/service/slideBoxDelegate.js b/js/angular/service/slideBoxDelegate.js index a066c4f8d3b..aa8bbf3429c 100644 --- a/js/angular/service/slideBoxDelegate.js +++ b/js/angular/service/slideBoxDelegate.js @@ -5,8 +5,7 @@ * @description * Delegate that controls the {@link ionic.directive:ionSlideBox} directive. * - * Methods called directly on the $ionicSlideBoxDelegate service will control all side - * menus. Use the {@link ionic.service:$ionicSlideBoxDelegate#$getByHandle $getByHandle} + * Methods called directly on the $ionicSlideBoxDelegate service will control all slide boxes. Use the {@link ionic.service:$ionicSlideBoxDelegate#$getByHandle $getByHandle} * method to control specific slide box instances. * * @usage