From 0dd507ff03151589db54f989190705f67b27ee1b Mon Sep 17 00:00:00 2001 From: Animesh Kumar Date: Thu, 24 Aug 2017 04:51:25 +0530 Subject: [PATCH] docs(): fix typo (#1914) corrected `to` to `two` on line number 14 --- 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 6b63af023..e45fbf448 100644 --- a/src/@ionic-native/plugins/video-player/index.ts +++ b/src/@ionic-native/plugins/video-player/index.ts @@ -11,7 +11,7 @@ export interface VideoOptions { */ volume?: number; /** - * There are to options for the scaling mode. SCALE_TO_FIT which is default and SCALE_TO_FIT_WITH_CROPPING. + * There are two options for the scaling mode. SCALE_TO_FIT which is default and SCALE_TO_FIT_WITH_CROPPING. * These strings are the only ones which can be passed as option. */ scalingMode?: number;