From 230bbfed41e17d69270b1970702f6bc61acca0fe Mon Sep 17 00:00:00 2001 From: Zachariah Moreno Date: Tue, 25 Mar 2014 20:53:02 -0700 Subject: [PATCH] minor spelling fix --- js/ext/angular/src/directive/ionicList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ext/angular/src/directive/ionicList.js b/js/ext/angular/src/directive/ionicList.js index 8bfe436b3a..91ed326d23 100644 --- a/js/ext/angular/src/directive/ionicList.js +++ b/js/ext/angular/src/directive/ionicList.js @@ -36,7 +36,7 @@ angular.module('ionic.ui.list', ['ngAnimate']) * ``` * * @param {expression=} item The 'object' representing this item, to be passed in to swipe, delete, and reorder callbacks. - * @param {boolean=} can-swipe Whether or not this item can be swiped. Defaults ot hte ionList parent's can-swipe setting. + * @param {boolean=} can-swipe Whether or not this item can be swiped. Defaults ot the ionList parent's can-swipe setting. * @param {boolean=} can-delete Whether or not this item can be deleted. Defaults to the ionList parent's can-delete setting. * @param {boolean=} can-reorder Whether or not this item can be reordered. Defaults to the ionList parent's can-reorder setting. * @param {expression=} on-delete The expression to call when this item is deleted.