From 2c9245c06c522cbe5ca4557a57ed1d4853478738 Mon Sep 17 00:00:00 2001 From: Bruno Sato Date: Thu, 28 Jul 2016 13:44:14 -0300 Subject: [PATCH] docs(): fix typo (#358) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8b224b81..b8b6baa1f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ watch.unsubscribe(); ### Angular 1 -Ionic Native works as a stand-in for [ngCordova](http://ngcordova.com/). In many cases, the usage is identical, but we import `ionic.native` instead of `ngCorodva` as our module. +Ionic Native works as a stand-in for [ngCordova](http://ngcordova.com/). In many cases, the usage is identical, but we import `ionic.native` instead of `ngCordova` as our module. As a rule of thumb: take the ES6 class name of the plugin and add `$cordova` to get the service name. For example, `Geolocation` would be `$cordovaGeolocation`, and `Camera` will be `$cordovaCamera`: