From 4a1cd379a50c263bbadc65bb0ad6227c1bfaa92f Mon Sep 17 00:00:00 2001 From: Carlos Valverde Date: Thu, 3 Apr 2025 18:01:37 +0200 Subject: [PATCH] [IMP] howto/website: fix theming page typo This commit fixes a typo on current theming page. Task-4316611 --- content/developer/howtos/website_themes/theming.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/howtos/website_themes/theming.rst b/content/developer/howtos/website_themes/theming.rst index 848e16270..a759603d1 100644 --- a/content/developer/howtos/website_themes/theming.rst +++ b/content/developer/howtos/website_themes/theming.rst @@ -552,7 +552,7 @@ values and *not* the :file:`primary_variables.scss` file. When an option is defined by a variable in `primary_variables.scss` and by a Boostrap variable, you should always go for an override through the primary variables. Do it via - `bootsrap_overridden.scss` only if nothing exists in the primary variables. + `bootstrap_overridden.scss` only if nothing exists in the primary variables. .. seealso:: `Bootstrap overridden SCSS