From 5a6246425f08c4303f8486d36c55217060776202 Mon Sep 17 00:00:00 2001 From: Lenglet Anthony Date: Fri, 14 Apr 2017 14:57:41 +0200 Subject: [PATCH] docs(): fix typo (#1323) --- src/@ionic-native/plugins/video-player/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } *