mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-16 00:11:10 +08:00
docs(youtube-video-player): fix typo (#747)
Changed YouTubeVideoPlayer.openVideo to YoutubeVideoPlayer.openVideo (notice the T in Youtube).
This commit is contained in:
parent
ac181c5439
commit
00e63d9fc8
@ -8,7 +8,7 @@ import { Plugin, Cordova } from './plugin';
|
|||||||
* ```
|
* ```
|
||||||
* import {YoutubeVideoPlayer} from 'ionic-native';
|
* import {YoutubeVideoPlayer} from 'ionic-native';
|
||||||
*
|
*
|
||||||
* YouTubeVideoPlayer.openVideo('myvideoid');
|
* YoutubeVideoPlayer.openVideo('myvideoid');
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user