diff options
author | Tai Groot <tai@taigrr.com> | 2020-10-25 21:12:37 -0700 |
---|---|---|
committer | Tai Groot <tai@taigrr.com> | 2020-10-25 21:27:09 -0700 |
commit | 2662b1704930eff56a61194a6796d463df687889 (patch) | |
tree | 7ac7809fed51d836eb821c09832b2dbf3957c6a4 /src/components | |
parent | d1b29caaa62ef19e9dd68babf334ec25a966f945 (diff) | |
download | homer-2662b1704930eff56a61194a6796d463df687889.tar.gz homer-2662b1704930eff56a61194a6796d463df687889.tar.zst homer-2662b1704930eff56a61194a6796d463df687889.zip |
chore: applies spell-check against entire repo (aspell)
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/DynamicTheme.vue | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
25 | for (const themeVars in theme) { | 25 | for (const themeVars in theme) { |
26 | let value = `${theme[themeVars]}`; | 26 | let value = `${theme[themeVars]}`; |
27 | if (!value) { | 27 | if (!value) { |
28 | value = "inital"; | 28 | value = "initial"; |
29 | } else if (themeVars == "background-image") { | 29 | } else if (themeVars == "background-image") { |
30 | value = `url(${theme[themeVars]})`; | 30 | value = `url(${theme[themeVars]})`; |
31 | } | 31 | } |