From 7dabae9a864b6584fdea62b4241b7493d6ffc6c9 Mon Sep 17 00:00:00 2001 From: nikethan rai <58390625+nikethanrai@users.noreply.github.com> Date: Sun, 3 Oct 2021 02:32:38 +0530 Subject: [PATCH] Fix: Typo that-->than (#9708) --- src/plugins/plugin.subtitle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/plugin.subtitle.js b/src/plugins/plugin.subtitle.js index b68ccb3ba..864f64728 100644 --- a/src/plugins/plugin.subtitle.js +++ b/src/plugins/plugin.subtitle.js @@ -39,7 +39,7 @@ export default { padding: 0, position: 'top', text: '', - weight: 1500 // by default greater than legend (1000) and smaller that title (2000) + weight: 1500 // by default greater than legend (1000) and smaller than title (2000) }, defaultRoutes: { -- 2.47.2