From 5832d58e2ac334550ebdb6a3f52c56421338bcb6 Mon Sep 17 00:00:00 2001 From: Anders Hartvoll Ruud Date: Wed, 7 May 2025 12:26:17 +0200 Subject: [PATCH] [css-mixins-1] Fix minor bikeshed errors - Two lines were not indented enough. - "substitute arbitrary subsitution functions" was missing an "s". --- css-mixins-1/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-mixins-1/Overview.bs b/css-mixins-1/Overview.bs index 1bf9e2b35645..3439c48c020d 100644 --- a/css-mixins-1/Overview.bs +++ b/css-mixins-1/Overview.bs @@ -427,8 +427,8 @@ is the real element at the root of the [=calling context=] stack. the |dashed function|'s name as a [=tree-scoped reference=]. If no such name exists, return the [=guaranteed-invalid value=]. 2. For each |arg| in |arguments|, - [=substitute arbitrary subsitution functions=] in |arg|, - and replace |arg| with the result. + [=substitute arbitrary substitution functions=] in |arg|, + and replace |arg| with the result. Note: This may leave some (or all) arguments as the [=guaranteed-invalid value=], triggering [=default values=] (if any).