diff --git a/content/developer/howtos/website_themes/theming.rst b/content/developer/howtos/website_themes/theming.rst index d017f6715..250a31178 100644 --- a/content/developer/howtos/website_themes/theming.rst +++ b/content/developer/howtos/website_themes/theming.rst @@ -553,7 +553,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