From 65db032fe988c84b2f714e08b99ad33cb1dc05c3 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sun, 6 Dec 2015 11:39:28 -0600 Subject: [PATCH] Removing trailing space --- js/angular/service/loading.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/service/loading.js b/js/angular/service/loading.js index 33bd79b7423..e71af7823c4 100644 --- a/js/angular/service/loading.js +++ b/js/angular/service/loading.js @@ -83,7 +83,7 @@ function($ionicLoadingConfig, $ionicBody, $ionicTemplateLoader, $ionicBackdrop, * @name $ionicLoading#show * @description Shows a loading indicator. If the indicator is already shown, * it will set the options given and keep the indicator shown. Note: While this - * function still returns an $ionicLoading instance for backwards compatiblity, + * function still returns an $ionicLoading instance for backwards compatiblity, * its use has been deprecated. * @param {object} opts The options for the loading indicator. Available properties: * - `{string=}` `template` The html content of the indicator.