mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +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';
|
||||
*
|
||||
* YouTubeVideoPlayer.openVideo('myvideoid');
|
||||
* YoutubeVideoPlayer.openVideo('myvideoid');
|
||||
*
|
||||
* ```
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user