From f602674a19dd4ddd11cae7da75639dd9aed46769 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 18 Mar 2014 13:19:38 -0500 Subject: [PATCH] fix docs method names --- js/utils/platform.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/utils/platform.js b/js/utils/platform.js index 32dba5e9af..a50d8a6f3c 100644 --- a/js/utils/platform.js +++ b/js/utils/platform.js @@ -118,7 +118,7 @@ }, /** * @ngdoc method - * @name ionic.Platform#isiPad + * @name ionic.Platform#isIPad * @returns {boolean} Whether we are running on iPad. */ isIPad: function() { @@ -126,7 +126,7 @@ }, /** * @ngdoc method - * @name ionic.Platform#isiOS + * @name ionic.Platform#isIOS * @returns {boolean} Whether we are running on iOS. */ isIOS: function() {