From 79231914b9fd59d2852851d2ac67d4adbf1f18b9 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sat, 27 Jun 2020 15:14:32 -0700 Subject: [PATCH] docs: fix typo in interface_config.js --- interface_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_config.js b/interface_config.js index b686099cb..dfcc6cdfc 100644 --- a/interface_config.js +++ b/interface_config.js @@ -114,7 +114,7 @@ var interfaceConfig = { LOCAL_THUMBNAIL_RATIO: 16 / 9, // 16:9 /** - * Maximum coeficient of the ratio of the large video to the visible area + * Maximum coefficient of the ratio of the large video to the visible area * after the large video is scaled to fit the window. * * @type {number}