Skip to content

Commit 989c1c8

Browse files
committed
Use the right argument name.
1 parent ae96685 commit 989c1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ probably in an appendix.
323323
Otherwise, return the |value|.
324324

325325
: If |value| is a {{DOMString}},
326-
:: [=Parse a CSSStyleValue=] with property |property|, value |value|, and parseMultiple set to `false`,
326+
:: [=Parse a CSSStyleValue=] with property |property|, cssText |value|, and parseMultiple set to `false`,
327327
and return the result.
328328

329329
Note: This can throw a {{TypeError}} instead.

0 commit comments

Comments
 (0)