docs(): fix typo (#1632)

This commit is contained in:
Niklas Häusele 2017-06-01 19:06:07 +02:00 committed by Ibby Hadeed
parent 52dcd808b6
commit d9546f15ed

View File

@ -20,7 +20,7 @@ export interface VideoOptions {
/** /**
* @name Video Player * @name Video Player
* @description * @description
* A Codova plugin that simply allows you to immediately play a video in fullscreen mode. * A Cordova plugin that simply allows you to immediately play a video in fullscreen mode.
* *
* Requires Cordova plugin: `com.moust.cordova.videoplayer`. For more info, please see the [VideoPlayer plugin docs](https://github.com/moust/cordova-plugin-videoplayer). * Requires Cordova plugin: `com.moust.cordova.videoplayer`. For more info, please see the [VideoPlayer plugin docs](https://github.com/moust/cordova-plugin-videoplayer).
* *