docs(): fix typo (#1914)

corrected `to` to `two` on line number 14
This commit is contained in:
Animesh Kumar 2017-08-24 04:51:25 +05:30 committed by Ibby Hadeed
parent 9ab458bba2
commit 0dd507ff03

View File

@ -11,7 +11,7 @@ export interface VideoOptions {
*/ */
volume?: number; 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. * These strings are the only ones which can be passed as option.
*/ */
scalingMode?: number; scalingMode?: number;