diff --git a/src/@ionic-native/plugins/video-player/index.ts b/src/@ionic-native/plugins/video-player/index.ts index 8d8fdeb82..920a0229c 100644 --- a/src/@ionic-native/plugins/video-player/index.ts +++ b/src/@ionic-native/plugins/video-player/index.ts @@ -26,7 +26,7 @@ export interface VideoOptions { * * @usage * ```typescript - * import { VideoPlayer } from '@ionic-native/video-player; + * import { VideoPlayer } from '@ionic-native/video-player'; * * constructor(private videoPlayer: VideoPlayer) { } *