Skip to content

Commit b8d62df

Browse files
authored
[css-mixins-1] Fix minor bikeshed errors (#12170)
- Two lines were not indented enough. - "substitute arbitrary subsitution functions" was missing an "s".
1 parent d2d246a commit b8d62df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-mixins-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ is the real element at the root of the [=calling context=] stack.
427427
the |dashed function|'s name as a [=tree-scoped reference=].
428428
If no such name exists, return the [=guaranteed-invalid value=].
429429
2. For each |arg| in |arguments|,
430-
[=substitute arbitrary subsitution functions=] in |arg|,
431-
and replace |arg| with the result.
430+
[=substitute arbitrary substitution functions=] in |arg|,
431+
and replace |arg| with the result.
432432

433433
Note: This may leave some (or all) arguments as the [=guaranteed-invalid value=],
434434
triggering [=default values=] (if any).

0 commit comments

Comments
 (0)