docs(): fix typo (#1323)

This commit is contained in:
Lenglet Anthony 2017-04-14 14:57:41 +02:00 committed by Ibby Hadeed
parent c15c11cf95
commit 5a6246425f

View File

@ -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) { }
*