From c37fdf47a432d9807646c65f438e460d44c2180e Mon Sep 17 00:00:00 2001 From: Joel Jeske Date: Wed, 17 Aug 2016 00:59:02 -0500 Subject: [PATCH] docs(): Fix typo "$cordov" -> "$cordova" (#443) --- src/ng1.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng1.ts b/src/ng1.ts index 5f56f3db..384bd02f 100644 --- a/src/ng1.ts +++ b/src/ng1.ts @@ -3,7 +3,7 @@ declare var window; /** * Initialize the ionic.native Angular module if we're running in ng1. * This iterates through the list of registered plugins and dynamically - * creates Angular 1 services of the form $cordovaSERVICE, ex: $cordovStatusBar. + * creates Angular 1 services of the form $cordovaSERVICE, ex: $cordovaStatusBar. */ export function initAngular1(plugins) { if (window.angular) {