From 2662b1704930eff56a61194a6796d463df687889 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sun, 25 Oct 2020 21:12:37 -0700 Subject: chore: applies spell-check against entire repo (aspell) --- src/components/DynamicTheme.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/DynamicTheme.vue b/src/components/DynamicTheme.vue index fc2fd55..2d37fcb 100644 --- a/src/components/DynamicTheme.vue +++ b/src/components/DynamicTheme.vue @@ -25,7 +25,7 @@ export default { for (const themeVars in theme) { let value = `${theme[themeVars]}`; if (!value) { - value = "inital"; + value = "initial"; } else if (themeVars == "background-image") { value = `url(${theme[themeVars]})`; } -- cgit v1.2.3