Skip to content

Commit 743773e

Browse files
rtpHarryjamesdaniels
authored andcommitted
(docs) fix corodova typo (#1084)
Fixes #1083
1 parent b72cd31 commit 743773e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/Auth-with-Ionic2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ C:\projects>npm install -g ionic
4545

4646
```
4747

48-
Once the above commands are executed successfully, Check the versions of corodva and ionic by executing the following commands.
48+
Once the above commands are executed successfully, Check the versions of cordova and ionic by executing the following commands.
4949

5050
```bash
5151

@@ -428,11 +428,11 @@ C:\projects\Ionic_AngularFire2_Project> ionic run android
428428
```
429429

430430
This should run the app on your mobile phone. Now click on the Facebook button and you'll notice the button doesn't work anymore.
431-
This is because the code written so far is good for running our application in browsers, but when running the application on mobile phones, we need to have access to ***Native Mobile API's***, which are provided by _Corodova Plugins_.
431+
This is because the code written so far is good for running our application in browsers, but when running the application on mobile phones, we need to have access to ***Native Mobile API's***, which are provided by _Cordova Plugins_.
432432

433-
**We can access these corodva plugins, using Ionic Native, which are nothing but wrappers for cordova plugins.**
433+
**We can access these cordova plugins, using Ionic Native, which are nothing but wrappers for cordova plugins.**
434434

435-
List of all Ionic Native API's for corodova plugins can be found [here](http://ionicframework.com/docs/v2/native/).
435+
List of all Ionic Native API's for cordova plugins can be found [here](http://ionicframework.com/docs/v2/native/).
436436

437437
Let's look at configuring and installing facebook plugin [here](http://ionicframework.com/docs/v2/native/facebook/).
438438
_Ensure you follow the steps correctly to configure your app._
@@ -447,7 +447,7 @@ _Ensure you follow the steps correctly to configure your app._
447447

448448
Replace App ID with your app id from portal and provide your app name.
449449

450-
This will install the corodva plugin for facebook.
450+
This will install the cordova plugin for facebook.
451451

452452
Add the platform to your facebook portal as mentioned in the document [here](http://ionicframework.com/docs/v2/native/facebook/).
453453

docs/Auth-with-Ionic3-Angular4.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ C:\projects>npm install -g ionic
6363

6464
```
6565

66-
Once the above commands are executed successfully, Check the versions of corodva and ionic by executing the following commands.
66+
Once the above commands are executed successfully, Check the versions of cordova and ionic by executing the following commands.
6767

6868
```bash
6969
C:\projects>cordova -v
@@ -500,11 +500,11 @@ C:\projects\auth-ng4-ionic3-af2> ionic run android
500500
501501
This should run the app on your mobile phone. Now click on the Facebook button and you'll notice the button doesn't work anymore.
502502
This is because the code written so far is good for running our application in browsers, but when running the application on
503-
mobile phones, we need to have access to ***Native Mobile API's***, which are provided by _Corodova Plugins_.
503+
mobile phones, we need to have access to ***Native Mobile API's***, which are provided by _Cordova Plugins_.
504504
505-
**We can access these corodva plugins, using Ionic Native, which are nothing but wrappers for cordova plugins.**
505+
**We can access these cordova plugins, using Ionic Native, which are nothing but wrappers for cordova plugins.**
506506
507-
List of all Ionic Native API's for corodova plugins can be found [here](http://ionicframework.com/docs/v2/native/).
507+
List of all Ionic Native API's for cordova plugins can be found [here](http://ionicframework.com/docs/v2/native/).
508508
509509
Let's look at configuring and installing facebook plugin [here](http://ionicframework.com/docs/v2/native/facebook/).
510510
_Ensure you follow the steps correctly to configure your app._
@@ -530,7 +530,7 @@ This should add following entry in your config.xml, located at the root of your
530530
</plugin>
531531
532532
```
533-
This will install the corodva plugin for facebook.
533+
This will install the cordova plugin for facebook.
534534
535535
You should also see a sub-folder named `cordova-plugin-facebook4` under your `plugins` folder.
536536

0 commit comments

Comments
 (0)