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/assets/themes/sui.scss | 2 +- src/components/DynamicTheme.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/assets/themes/sui.scss b/src/assets/themes/sui.scss index f94433e..352fd78 100644 --- a/src/assets/themes/sui.scss +++ b/src/assets/themes/sui.scss @@ -1,6 +1,6 @@ /* * SUI theme - * Inpired by the great https://github.com/jeroenpardon/sui start page + * Inspired by the great https://github.com/jeroenpardon/sui start page * Author: @bastienwirtz */ body #app.theme-sui { 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