docs(youtube-video-player): fix typo (#747)

Changed YouTubeVideoPlayer.openVideo to YoutubeVideoPlayer.openVideo  (notice the T in Youtube).
This commit is contained in:
Daniel Flood
2016-10-27 09:15:03 -04:00
committed by Ibrahim Hadeed
parent ac181c5439
commit 00e63d9fc8
+1 -1
View File
@@ -8,7 +8,7 @@ import { Plugin, Cordova } from './plugin';
* ```
* import {YoutubeVideoPlayer} from 'ionic-native';
*
* YouTubeVideoPlayer.openVideo('myvideoid');
* YoutubeVideoPlayer.openVideo('myvideoid');
*
* ```
*/