Skip to content

Commit cef78c5

Browse files
committed
[css-properties-values-api] Fix missing word 'is'.
1 parent 5ef61ff commit cef78c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-properties-values-api/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Note: in future levels we anticipate supporting more sophisticated parse strings
118118
Attempting to call {{registerProperty()}} with an {{PropertyDescriptor/initialValue}} that is
119119
not parseable using the provided {{PropertyDescriptor/syntax}} must cause it to
120120
throw a {{SyntaxError}}. If no {{PropertyDescriptor/initialValue}} is provided and the
121-
{{PropertyDescriptor/syntax}} is '*', then a special initial value used. This initial
121+
{{PropertyDescriptor/syntax}} is '*', then a special initial value is used. This initial
122122
value must be considered parseable by {{registerProperty()}} but invalid at computed
123123
value time. Initial values that are not computationally idempotent must also cause
124124
{{registerProperty()}} to throw a {{SyntaxError}}.

0 commit comments

Comments
 (0)