diff --git a/dist/ng-cordova.js b/dist/ng-cordova.js index ca478c4f..a80656f3 100644 --- a/dist/ng-cordova.js +++ b/dist/ng-cordova.js @@ -247,7 +247,7 @@ angular.module('ngCordova.plugins.device', []) return device.model; }, - // Waraning: device.name is deprecated as of version 2.3.0. Use device.model instead. + // Warning: device.name is deprecated as of version 2.3.0. Use device.model instead. getName: function () { return device.name; },