docs(): Fix typo "$cordov" -> "$cordova" (#443)

This commit is contained in:
Joel Jeske 2016-08-17 00:59:02 -05:00 committed by Ibrahim Hadeed
parent 9a2ea25308
commit c37fdf47a4

View File

@ -3,7 +3,7 @@ declare var window;
/** /**
* Initialize the ionic.native Angular module if we're running in ng1. * Initialize the ionic.native Angular module if we're running in ng1.
* This iterates through the list of registered plugins and dynamically * 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) { export function initAngular1(plugins) {
if (window.angular) { if (window.angular) {