Skip to content

Commit abc9664

Browse files
committed
[css-paint-api] Spell check.
1 parent eb5f70c commit abc9664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-paint-api/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ called, the user agent <em>must</em> run the following steps:
184184

185185
6. If |inputPropertiesIterable| is not undefined, then set |inputProperties| to the result of
186186
<a>converting</a> |inputPropertiesIterable| to a <code>sequence&lt;DOMString></code>. If an
187-
execption is thrown, rethrow the execption and abort all these steps.
187+
exception is thrown, rethrow the exception and abort all these steps.
188188

189189
Note: The list of CSS properties provided by the input properties getter can either be custom or
190190
native CSS properties.
@@ -244,7 +244,7 @@ called, the user agent <em>must</em> run the following steps:
244244
1. Let |existingInputProperties| be the result of <a>get</a>
245245
|paintInputPropertiesMap|[|name|].
246246

247-
2. If |existingInputProperties| and |inputProperties| are not equivilent, <a>set</a>
247+
2. If |existingInputProperties| and |inputProperties| are not equivalent, <a>set</a>
248248
|paintInputPropertiesMap|[|name|] to <code>"invalid"</code>.
249249

250250
3. Otherwise, <a>set</a> |paintInputPropertiesMap|[|name|] to |inputProperties|.

0 commit comments

Comments
 (0)